Merge "Explicit -Wno-error in external/mdnsresponder" am: 1ecc27fd90
am: 8ac3fc941c

Change-Id: Ic0e88aa43426115e7df82ddb4482fe15d968eea5
diff --git a/Android.bp b/Android.bp
index f669dc1..68a7959 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,7 +39,10 @@
             ],
         },
         darwin: {
-            cflags: ["-DTARGET_OS_MAC"],
+            cflags: [
+                "-DTARGET_OS_MAC",
+                "-Wno-error",
+            ],
         },
         windows: {
             enabled: true,
@@ -51,6 +54,7 @@
                 "-DUSE_TCP_LOOPBACK",
                 "-D_CRT_SECURE_NO_DEPRECATE",
                 "-D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1",
+                "-Wno-error",
                 "-Wno-sign-compare",
                 "-include stdint.h",
                 "-include winsock2.h",