Merge "Replace -Weverything with -Wextra" am: eb8cccf772

am: adf38dff62

Change-Id: Ifcc5b6ad4f9fb75376b4cc2f4e8e76d65b70a98a
This commit is contained in:
Colin Cross 2019-11-08 14:50:59 -08:00 committed by android-build-merger
commit cf935ef0a3

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