thanks google for adding a warning

don't need it
This commit is contained in:
dzaima 2021-12-15 13:55:55 +02:00
parent e7662b0f6a
commit 01deb1e85f

View File

@ -58,7 +58,7 @@ PIE = -no-pie
# test if we are running gcc or clang
CC_IS_CLANG = $(shell $(CC) --version | head -n1 | grep -m 1 -c "clang")
ifeq (${CC_IS_CLANG}, 1)
CCFLAGS = -Wno-microsoft-anon-tag
CCFLAGS = -Wno-microsoft-anon-tag -Wno-bitwise-instead-of-logical -Wno-unknown-warning-option
else
CCFLAGS = -Wno-parentheses
endif