summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/Android.bp4
1 files changed, 0 insertions, 4 deletions
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",