From c4749950337327946f969b3bfeb67b3cdf60672a Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 30 Jan 2023 19:04:32 +0000 Subject: AOSP: Android: stop suppressing warnings controlled by -Wall Upstream fully supports -Wall now. Change-Id: Ida895a1c5dfdf168bc6f50049680b2d2bfbb2942 From AOSP commit: 0ef947d1d4890b3fd4509bc1f3c98bb0f0a525f5 --- misc/Android.bp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'misc') diff --git a/misc/Android.bp b/misc/Android.bp index 12b3e259..70c20416 100644 --- a/misc/Android.bp +++ b/misc/Android.bp @@ -23,14 +23,12 @@ cc_library { target: { windows: { enabled: true, - cflags: ["-Wno-unused-variable"], }, }, srcs: [ "create_inode.c", ], - cflags: ["-Wno-error=format-extra-args"], shared_libs: [ "libext2fs", "libext2_com_err", @@ -54,9 +52,7 @@ cc_defaults { "default_profile.c", ], cflags: [ - "-Wno-error=format", "-Wno-error=type-limits", - "-Wno-format-extra-args", ], stl: "libc++_static", -- cgit v1.2.1