summaryrefslogtreecommitdiff
path: root/lib/ext2fs/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/Android.bp')
-rw-r--r--lib/ext2fs/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ext2fs/Android.bp b/lib/ext2fs/Android.bp
index 5ed7aec1..db8b3b7e 100644
--- a/lib/ext2fs/Android.bp
+++ b/lib/ext2fs/Android.bp
@@ -112,7 +112,6 @@ cc_library {
"libsparse",
"libz",
],
- cflags: ["-Wno-unused-parameter"],
target: {
android: {
shared_libs: ["libext2_uuid"],
@@ -121,9 +120,6 @@ cc_library {
enabled: true,
srcs: ["windows_io.c"],
exclude_srcs: ["unix_io.c"],
- cflags: [
- "-Wno-error=typedef-redefinition",
- ],
},
},