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:
Dan Willemsen
2016-05-06 17:13:56 -07:00
parent 4ce4703182
commit 162d08f35e

View File

@@ -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",