Merge "Allow override of -Wno-error=format" into main
This commit is contained in:
commit
9a7898d800
1 changed files with 3 additions and 2 deletions
|
@ -144,6 +144,9 @@ var (
|
||||||
|
|
||||||
// Make paths in deps files relative.
|
// Make paths in deps files relative.
|
||||||
"-no-canonical-prefixes",
|
"-no-canonical-prefixes",
|
||||||
|
|
||||||
|
// http://b/315250603 temporarily disabled
|
||||||
|
"-Wno-error=format",
|
||||||
}
|
}
|
||||||
|
|
||||||
commonGlobalConlyflags = []string{}
|
commonGlobalConlyflags = []string{}
|
||||||
|
@ -254,8 +257,6 @@ var (
|
||||||
"-Werror=fortify-source",
|
"-Werror=fortify-source",
|
||||||
// http://b/315246135 temporarily disabled
|
// http://b/315246135 temporarily disabled
|
||||||
"-Wno-unused-variable",
|
"-Wno-unused-variable",
|
||||||
// http://b/315250603 temporarily disabled
|
|
||||||
"-Wno-error=format",
|
|
||||||
// Disabled because it produces many false positives. http://b/323050926
|
// Disabled because it produces many false positives. http://b/323050926
|
||||||
"-Wno-missing-field-initializers",
|
"-Wno-missing-field-initializers",
|
||||||
// http://b/323050889
|
// http://b/323050889
|
||||||
|
|
Loading…
Reference in a new issue