Re-enable -Wformat warning

Change-Id: I9af8606a1e782dfb809d7f4df7b043d53ea7ba9f
Test: presubmit
Bug: 315250603
This commit is contained in:
Yi Kong
2024-06-07 06:26:00 +00:00
parent 375aba8cf1
commit 9b94da79cd

View File

@@ -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{