summaryrefslogtreecommitdiff
path: root/Makefile.system
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.system')
-rw-r--r--Makefile.system2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.system b/Makefile.system
index bada954c1..2b5f9ccdf 100644
--- a/Makefile.system
+++ b/Makefile.system
@@ -834,7 +834,7 @@ endif
# ifeq logical or. GCC or CLANG or LSB
# http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC CLANG LSB))
-CCOMMON_OPT += -Wall
+CCOMMON_OPT += -Wall -Wno-implicit-function-declaration -Wno-incompatible-pointer-types
COMMON_PROF += -fno-inline
NO_UNINITIALIZED_WARN = -Wno-uninitialized