Whamcloud - gitweb
config: update config.{guess,sub}
[tools/e2fsprogs.git] / Android.bp
index 8e44ba7..79dd58e 100644 (file)
@@ -2,13 +2,19 @@
 
 cc_defaults {
     name: "e2fsprogs-defaults",
-    clang_cflags: ["-Wno-error=macro-redefined"],
     cflags: ["-Wall", "-Werror"],
     target: {
         darwin: {
             // Still has unfixed/unsuppressed warnings.
             cflags: ["-Wno-error"],
         },
+        windows: {
+            cflags: [
+                "-Wno-typedef-redefinition",
+                "-Wno-unused-parameter",
+                "-Wno-unused-variable",
+            ],
+        },
     },
 }