From dd4a98cc743f87768877a567561bc67506fe9cc7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 30 Jan 2023 19:04:32 +0000 Subject: [PATCH] AOSP: Android: stop suppressing warnings from macOS build This is no longer needed. Change-Id: Ie6a1c098a2e5b9db42c9a239ddfbf682cbd3bad2 From AOSP commit: 890e23673b7496bbf400e6bb5fd555bbb3c4b88f --- Android.bp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.bp b/Android.bp index 3ed16a8..ae14520 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", -- 1.8.3.1