Merge "Fix broken aosp-master-plus-llvm builds"

This commit is contained in:
Treehugger Robot
2022-08-16 01:01:34 +00:00
committed by Gerrit Code Review

View File

@@ -290,11 +290,7 @@ var (
"-Wno-deprecated-non-prototype",
}
llvmNextExtraCommonGlobalCflags = []string{
"-Wno-error=array-parameter", // http://b/241941550
"-Wno-error=deprecated-builtins", // http://b/241601211
"-Wno-error=deprecated", // in external/googletest/googletest
}
llvmNextExtraCommonGlobalCflags = []string{}
IllegalFlags = []string{
"-w",