Merge "Replace -Weverything with -Wextra"
This commit is contained in:
commit
eb8cccf772
|
@ -20,12 +20,7 @@ cc_library {
|
|||
"-Werror",
|
||||
],
|
||||
cppflags: [
|
||||
"-Weverything",
|
||||
"-Wno-c++98-compat-pedantic",
|
||||
// Hide errors in headers we include
|
||||
"-Wno-global-constructors",
|
||||
"-Wno-exit-time-destructors",
|
||||
"-Wno-padded",
|
||||
"-Wextra",
|
||||
],
|
||||
srcs: ["GrallocUsageConversion.cpp"],
|
||||
export_include_dirs: ["include"],
|
||||
|
|
Loading…
Reference in New Issue