Add missing arm64 -Werror=implicit-function-declaration
This exists for all of the 64-bit architectures in the make build system Change-Id: I023ef1afdaaa790aac4243a5c040f533b8814684
This commit is contained in:
@@ -40,6 +40,7 @@ var (
|
||||
// Help catch common 32/64-bit errors.
|
||||
"-Werror=pointer-to-int-cast",
|
||||
"-Werror=int-to-pointer-cast",
|
||||
"-Werror=implicit-function-declaration",
|
||||
|
||||
"-fno-strict-volatile-bitfields",
|
||||
|
||||
|
Reference in New Issue
Block a user