Whamcloud - gitweb
AOSP: Android: stop suppressing warnings from macOS build
authorEric Biggers <ebiggers@google.com>
Mon, 30 Jan 2023 19:04:32 +0000 (19:04 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 05:25:37 +0000 (00:25 -0500)
This is no longer needed.

Change-Id: Ie6a1c098a2e5b9db42c9a239ddfbf682cbd3bad2
From AOSP commit: 890e23673b7496bbf400e6bb5fd555bbb3c4b88f

Android.bp

index 3ed16a8..ae14520 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",