diff options
author | Richard Braun <rbraun@sceen.net> | 2017-12-04 01:19:40 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-12-04 01:19:40 +0100 |
commit | ad764c47c8b183590c06c5ac0be90eea28e4ab13 (patch) | |
tree | 4f35b2bc3f6a84dec21900f0382bd1d555114bb6 | |
parent | 6440d748b5d09828f3ede954e62d7048fe3250c5 (diff) |
Temporarily disable warnings about unneeded symbols
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |