Replace -Weverything with -Wextra

-Weverything is not recommended, use -Wextra.

Bug: 143713277
Test: mma
Change-Id: Ic242983ce984ae87d4b6937af8c106abe8e38364
This commit is contained in:
Colin Cross 2019-11-08 13:08:36 -08:00
parent 0bc3f6b124
commit b1ea33b64c

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