From 162d08f35e670dec6f5359f339c9e602fd847af1 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 6 May 2016 17:13:56 -0700 Subject: [PATCH] Add missing arm64 -Werror=implicit-function-declaration This exists for all of the 64-bit architectures in the make build system Change-Id: I023ef1afdaaa790aac4243a5c040f533b8814684 --- cc/arm64_device.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/arm64_device.go b/cc/arm64_device.go index 9194c6d12..8ee2bc4dc 100644 --- a/cc/arm64_device.go +++ b/cc/arm64_device.go @@ -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",