Re-enable -Wformat warning
Change-Id: I9af8606a1e782dfb809d7f4df7b043d53ea7ba9f Test: presubmit Bug: 315250603
This commit is contained in:
@@ -144,9 +144,6 @@ var (
|
||||
|
||||
// Make paths in deps files relative.
|
||||
"-no-canonical-prefixes",
|
||||
|
||||
// http://b/315250603 temporarily disabled
|
||||
"-Wno-error=format",
|
||||
}
|
||||
|
||||
commonGlobalConlyflags = []string{}
|
||||
@@ -370,6 +367,9 @@ var (
|
||||
"-Wno-gnu-offsetof-extensions",
|
||||
// TODO: Enable this warning http://b/315245071
|
||||
"-Wno-fortify-source",
|
||||
|
||||
// http://b/315250603 temporarily disabled
|
||||
"-Wno-error=format",
|
||||
}
|
||||
|
||||
llvmNextExtraCommonGlobalCflags = []string{
|
||||
|
Reference in New Issue
Block a user