Merge "Allow override of -Wno-error=format" into main

This commit is contained in:
Treehugger Robot 2024-04-12 23:43:06 +00:00 committed by Gerrit Code Review
commit 9a7898d800

View file

@ -144,6 +144,9 @@ var (
// Make paths in deps files relative.
"-no-canonical-prefixes",
// http://b/315250603 temporarily disabled
"-Wno-error=format",
}
commonGlobalConlyflags = []string{}
@ -254,8 +257,6 @@ var (
"-Werror=fortify-source",
// http://b/315246135 temporarily disabled
"-Wno-unused-variable",
// http://b/315250603 temporarily disabled
"-Wno-error=format",
// Disabled because it produces many false positives. http://b/323050926
"-Wno-missing-field-initializers",
// http://b/323050889