summaryrefslogtreecommitdiff
path: root/lib/blkid/Android.bp
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-01-30 19:04:32 +0000
committerTheodore Ts'o <tytso@mit.edu>2023-02-01 00:22:43 -0500
commitc4749950337327946f969b3bfeb67b3cdf60672a (patch)
tree4d643c1f5d9e483c9c5254beb5d3c08bec42c1ce /lib/blkid/Android.bp
parent23081a924a098243730d721f941c032ca4addf3a (diff)
downloade2fsprogs-c4749950337327946f969b3bfeb67b3cdf60672a.tar.gz
AOSP: Android: stop suppressing warnings controlled by -Wall
Upstream fully supports -Wall now. Change-Id: Ida895a1c5dfdf168bc6f50049680b2d2bfbb2942 From AOSP commit: 0ef947d1d4890b3fd4509bc1f3c98bb0f0a525f5
Diffstat (limited to 'lib/blkid/Android.bp')
-rw-r--r--lib/blkid/Android.bp3
1 files changed, 0 insertions, 3 deletions
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",
],