summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.housekeeping1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 6e9178a1..4dfaf7ab 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -207,6 +207,7 @@ endif
ifeq ($(C),1)
export REAL_CC := $(CC)
CC := cgcc
+CFLAGS += -Wno-decl
endif
###############################################################################