summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/blkid/Android.bp8
-rw-r--r--lib/e2p/Android.bp7
-rw-r--r--lib/ext2fs/Android.bp4
-rw-r--r--lib/uuid/Android.bp3
4 files changed, 0 insertions, 22 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index cf205163..891c74a3 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -39,18 +39,10 @@ cc_library {
target: {
windows: {
- cflags: [
- "-Wno-error=typedef-redefinition",
- ],
-
enabled: true,
},
},
- cflags: [
- "-Wno-unused-parameter",
- ],
-
header_libs: ["libext2-headers"],
export_include_dirs: ["."],
export_header_lib_headers: ["libext2-headers"],
diff --git a/lib/e2p/Android.bp b/lib/e2p/Android.bp
index 6cfdcda7..bed92c12 100644
--- a/lib/e2p/Android.bp
+++ b/lib/e2p/Android.bp
@@ -46,16 +46,9 @@ cc_library {
"percent.c",
],
- cflags: [
- "-Wno-unused-parameter",
- ],
-
target: {
windows: {
enabled: true,
- cflags: [
- "-Wno-error=typedef-redefinition",
- ],
},
},
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",
- ],
},
},
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index 596b20a8..f8f07603 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -39,9 +39,6 @@ cc_library {
"unparse.c",
"uuid_time.c",
],
- cflags: [
- "-Wno-unused-parameter",
- ],
target: {
windows: {
enabled: true