aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-08-12 23:39:04 -0400
committerTest_User <hax@andrewyu.org>2024-08-12 23:39:04 -0400
commit770cb2f15a96693cce0ba56acaf8dcee6b7339a1 (patch)
treee43386188055477ce0528485f23f9ffe61714748
parentfa2ccc41527a1d81eb25c267549823efeb58a41f (diff)
downloadhaxircd-770cb2f15a96693cce0ba56acaf8dcee6b7339a1.tar.gz
haxircd-770cb2f15a96693cce0ba56acaf8dcee6b7339a1.zip
compiler warnings are nice as usual
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85f2185..e6ed3b9 100644
--- a/Makefile
+++ b/Makefile
@@ -247,7 +247,7 @@ ifeq ($(rebuild),1)
.PHONY: .makeopts
endif
-CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wsign-conversion -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-alloc-size -std=gnu99
+CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wsign-conversion -Wno-unknown-warning-option -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-alloc-size -std=gnu99
USE_PLAINTEXT = 0
USE_CLIENT = 0