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 --- lib/blkid/Android.bp | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/blkid/Android.bp') diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp index db6da1e2..cf205163 100644 --- a/lib/blkid/Android.bp +++ b/lib/blkid/Android.bp @@ -40,7 +40,6 @@ cc_library { target: { windows: { cflags: [ - "-Wno-pointer-to-int-cast", "-Wno-error=typedef-redefinition", ], @@ -49,8 +48,6 @@ cc_library { }, cflags: [ - "-Wno-error=attributes", - "-Wno-error=pointer-sign", "-Wno-unused-parameter", ], -- cgit v1.2.1