Merge "Replace -Weverything with -Wextra"
This commit is contained in:
commit
eb8cccf772
1 changed files with 1 additions and 6 deletions
|
|
@ -20,12 +20,7 @@ cc_library {
|
||||||
"-Werror",
|
"-Werror",
|
||||||
],
|
],
|
||||||
cppflags: [
|
cppflags: [
|
||||||
"-Weverything",
|
"-Wextra",
|
||||||
"-Wno-c++98-compat-pedantic",
|
|
||||||
// Hide errors in headers we include
|
|
||||||
"-Wno-global-constructors",
|
|
||||||
"-Wno-exit-time-destructors",
|
|
||||||
"-Wno-padded",
|
|
||||||
],
|
],
|
||||||
srcs: ["GrallocUsageConversion.cpp"],
|
srcs: ["GrallocUsageConversion.cpp"],
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue