Skip to content

Commit 66d6c08

Browse files
committed
make: Disable -Wpoison-system-directories
This compiler warning is used for cross-compilation only, which is not used for hyperkit. Explicitly disable it. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
1 parent 4791878 commit 66d6c08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ CFLAGS_WARN := \
4545
-Wno-reserved-id-macro \
4646
-Wno-unknown-warning-option \
4747
-Wno-unused-macros \
48-
-Wno-switch-enum
48+
-Wno-switch-enum \
49+
-Wno-poison-system-directories
4950

5051
CFLAGS_DIAG := \
5152
-fmessage-length=152 \

0 commit comments

Comments
 (0)