]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Android.bp
libext2fs: teach ext2fs_flush() to check if group descriptors are loaded
[thirdparty/e2fsprogs.git] / Android.bp
index b8cbcdc4b9bb527bd20bfb69cf766e83290ea3c6..79dd58ea7130e79d69b7394cb5a48e5a7df6c013 100644 (file)
@@ -8,6 +8,13 @@ cc_defaults {
             // Still has unfixed/unsuppressed warnings.
             cflags: ["-Wno-error"],
         },
+        windows: {
+            cflags: [
+                "-Wno-typedef-redefinition",
+                "-Wno-unused-parameter",
+                "-Wno-unused-variable",
+            ],
+        },
     },
 }