summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toolchain')
-rw-r--r--Makefile.toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index 12e8440763..a0f4533ffa 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -113,7 +113,7 @@ else
HOSTGCOV=$(CURDIR)/util/llvm-gcov.sh
endif
-C_WARN = -Wstrict-prototypes -Wdeclaration-after-statement -Wno-pointer-sign
+C_WARN = -Wstrict-prototypes -Wno-pointer-sign
C_WARN += -Werror-implicit-function-declaration
COMMON_WARN += -Wall -Wundef \
-Wno-trigraphs -Wno-format-security -Wno-address-of-packed-member \