From 770cb2f15a96693cce0ba56acaf8dcee6b7339a1 Mon Sep 17 00:00:00 2001 From: Test_User Date: Mon, 12 Aug 2024 23:39:04 -0400 Subject: compiler warnings are nice as usual --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3