Merge "Explicit -Wno-error in external/mdnsresponder"
diff --git a/Android.bp b/Android.bp
index 216013c..3d1330c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,7 +38,10 @@
             ],
         },
         darwin: {
-            cflags: ["-DTARGET_OS_MAC"],
+            cflags: [
+                "-DTARGET_OS_MAC",
+                "-Wno-error",
+            ],
         },
         windows: {
             enabled: true,
@@ -50,6 +53,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",