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

Change-Id: I8ab1fa7479de39f17bf7bc94fb5fb2cefde05741
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",