summaryrefslogtreecommitdiffstats
path: root/core/combo
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-23 21:29:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-23 21:29:58 +0000
commitca15af1bcde972b6ba3546d45913c9bb51bd93b0 (patch)
tree8bc00558fd3e9cb7f2c4132bbf3cced56aeef7c6 /core/combo
parentfaeae3977159b0b4ca2021c4c657a090eaeb4a56 (diff)
parentf5e204b3f4eceb65cc6324b2262bad768380fc9a (diff)
downloadbuild-ca15af1bcde972b6ba3546d45913c9bb51bd93b0.zip
build-ca15af1bcde972b6ba3546d45913c9bb51bd93b0.tar.gz
build-ca15af1bcde972b6ba3546d45913c9bb51bd93b0.tar.bz2
Merge "Turn on -Werror=implicit-function-declaration for arm64."
Diffstat (limited to 'core/combo')
-rw-r--r--core/combo/TARGET_linux-arm64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk
index abd8e3a..07a1de9 100644
--- a/core/combo/TARGET_linux-arm64.mk
+++ b/core/combo/TARGET_linux-arm64.mk
@@ -91,6 +91,7 @@ TARGET_GLOBAL_CFLAGS += \
TARGET_GLOBAL_CFLAGS += \
-Werror=pointer-to-int-cast \
-Werror=int-to-pointer-cast \
+ -Werror=implicit-function-declaration \
TARGET_GLOBAL_CFLAGS += -fno-strict-volatile-bitfields