Merge "Allow override of -Wno-error=format" into main am: 9a7898d800
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3037518 Change-Id: I3d83aaf6e98d04bd193ac4d3dedad7945ea7d82b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user