From: Eric Biggers Date: Mon, 30 Jan 2023 19:04:32 +0000 (+0000) Subject: AOSP: Android: stop suppressing warnings from macOS build X-Git-Tag: v1.46.6~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4a98cc743f87768877a567561bc67506fe9cc7;p=thirdparty%2Fe2fsprogs.git AOSP: Android: stop suppressing warnings from macOS build This is no longer needed. Change-Id: Ie6a1c098a2e5b9db42c9a239ddfbf682cbd3bad2 From AOSP commit: 890e23673b7496bbf400e6bb5fd555bbb3c4b88f --- diff --git a/Android.bp b/Android.bp index 3ed16a844..ae1452097 100644 --- a/Android.bp +++ b/Android.bp @@ -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",