Reduce third-party kernel build warnings

This commit is contained in:
Christian Helmuth
2019-06-07 13:56:08 +02:00
parent 62232f9a35
commit 4d34f9f9f4
4 changed files with 16 additions and 6 deletions

View File

@@ -4,7 +4,8 @@ PISTACHIO_USER_SRC := $(PISTACHIO_CONTRIB_DIR)/user/lib/l4
LD_PREFIX := "-Wl,"
CC_WARN += -Wno-array-bounds -Wno-unused-but-set-variable \
-Wno-parentheses -Wno-format
-Wno-parentheses -Wno-format -Wno-builtin-declaration-mismatch \
-Wno-unused-function -Wno-pointer-compare
user_build.tag:
LIBGCCFLAGS="$(CC_MARCH)" \