From 01deb1e85f7fa8cd20acfc675b8b9a13944cc4f7 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 15 Dec 2021 13:55:55 +0200 Subject: [PATCH] thanks google for adding a warning don't need it --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 75fabff1..f10000e4 100644 --- a/makefile +++ b/makefile @@ -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