Replace -Weverything with -Wextra
-Weverything is not recommended, use -Wextra. Bug: 143713277 Test: mma Change-Id: Ic242983ce984ae87d4b6937af8c106abe8e38364
This commit is contained in:
parent
0bc3f6b124
commit
b1ea33b64c
1 changed files with 1 additions and 6 deletions
|
@ -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 a new issue