Remove -Wno-uninitialized for libc.
Bug: N/A Test: builds Change-Id: I79e66374b4eeba671705fdc7728f19f3a5c1fa64
This commit is contained in:
parent
9d641d5186
commit
0b66dd4413
1 changed files with 0 additions and 5 deletions
|
@ -285,7 +285,6 @@ cc_library_static {
|
|||
|
||||
cflags: [
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-uninitialized",
|
||||
"-Wno-unused-parameter",
|
||||
"-include freebsd-compat.h",
|
||||
],
|
||||
|
@ -368,7 +367,6 @@ cc_library_static {
|
|||
},
|
||||
cflags: [
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-uninitialized",
|
||||
"-Wno-unused-parameter",
|
||||
"-DPOSIX_MISTAKE",
|
||||
"-include netbsd-compat.h",
|
||||
|
@ -498,7 +496,6 @@ cc_library_static {
|
|||
|
||||
cflags: [
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-uninitialized",
|
||||
"-Wno-unused-parameter",
|
||||
"-include openbsd-compat.h",
|
||||
],
|
||||
|
@ -638,7 +635,6 @@ cc_library_static {
|
|||
|
||||
cflags: [
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-uninitialized",
|
||||
"-Wno-unused-parameter",
|
||||
"-include openbsd-compat.h",
|
||||
],
|
||||
|
@ -688,7 +684,6 @@ cc_library_static {
|
|||
|
||||
cflags: [
|
||||
"-Wno-sign-compare",
|
||||
"-Wno-uninitialized",
|
||||
"-include openbsd-compat.h",
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue