Merge "Revert "Enable -Werror=incompatible-function-pointer-types"" into main am: 69101d699c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2784488 Change-Id: I2fddf652c8ce52a58e8b83c44144012ea45911b5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
029d1673d7
@@ -248,7 +248,6 @@ var (
|
||||
"-Werror=fortify-source",
|
||||
|
||||
"-Werror=address-of-temporary",
|
||||
"-Werror=incompatible-function-pointer-types",
|
||||
"-Werror=null-dereference",
|
||||
"-Werror=return-type",
|
||||
|
||||
@@ -325,6 +324,10 @@ var (
|
||||
"-fcommon",
|
||||
// http://b/191699019
|
||||
"-Wno-format-insufficient-args",
|
||||
// http://b/296321145
|
||||
// Indicates potential memory or stack corruption, so should be changed
|
||||
// to a hard error. Currently triggered by some vendor code.
|
||||
"-Wno-incompatible-function-pointer-types",
|
||||
// http://b/296321508
|
||||
// Introduced in response to a critical security vulnerability and
|
||||
// should be a hard error - it requires only whitespace changes to fix.
|
||||
|
Reference in New Issue
Block a user