summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a324fae8..7a42c1fa 100644
--- a/Makefile
+++ b/Makefile
@@ -260,6 +260,9 @@ XBUILD_CFLAGS += -Wshadow
XBUILD_CFLAGS += -Wmissing-prototypes
XBUILD_CFLAGS += -Wstrict-prototypes
+# XXX Temporary, until a single solution is adopted to silence these warnings.
+XBUILD_CFLAGS += -Wno-unneeded-internal-declaration
+
XBUILD_CFLAGS += $(call xbuild_check_cc_option,-fno-PIE)
XBUILD_CFLAGS += $(call xbuild_check_cc_option,-Qunused-arguments)