Merge "Replace -Weverything with -Wextra"

This commit is contained in:
Treehugger Robot 2019-11-08 22:24:28 +00:00 committed by Gerrit Code Review
commit eb8cccf772
1 changed files with 1 additions and 6 deletions

View File

@ -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"],