Merge "Enable -Wsizeof-array-div for 3P code." into main am: 08e1792144
am: 6727b7ef01
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2734934 Change-Id: I7a02e08af0ca316469faf733ce0210da5695ae33 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -251,9 +251,6 @@ var (
|
|||||||
noOverrideExternalGlobalCflags = []string{
|
noOverrideExternalGlobalCflags = []string{
|
||||||
// http://b/191699019
|
// http://b/191699019
|
||||||
"-Wno-format-insufficient-args",
|
"-Wno-format-insufficient-args",
|
||||||
// http://b/296422292
|
|
||||||
// Usually signals a mistake and should be a hard error.
|
|
||||||
"-Wno-sizeof-array-div",
|
|
||||||
// http://b/296321145
|
// http://b/296321145
|
||||||
// Indicates potential memory or stack corruption, so should be changed
|
// Indicates potential memory or stack corruption, so should be changed
|
||||||
// to a hard error. Currently triggered by some vendor code.
|
// to a hard error. Currently triggered by some vendor code.
|
||||||
|
Reference in New Issue
Block a user