]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Android.bp
AOSP: Android: stop suppressing warnings from macOS build
[thirdparty/e2fsprogs.git] / Android.bp
index 3ed16a844c2e832b54976b302052caad77e33027..ae1452097e67da3888b5ddb4f07d788a603c0bdc 100644 (file)
@@ -44,10 +44,6 @@ cc_defaults {
     name: "e2fsprogs-defaults",
     cflags: ["-Wall", "-Werror", "-Wno-pointer-arith"],
     target: {
-        darwin: {
-            // Still has unfixed/unsuppressed warnings.
-            cflags: ["-Wno-error"],
-        },
         windows: {
             cflags: [
                 "-Wno-typedef-redefinition",