From 921f856ae2445d7f07ed636fbc11845b66bf249e Mon Sep 17 00:00:00 2001 From: x Date: Wed, 7 Jun 2023 14:32:14 +0200 Subject: [PATCH] . --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 52b8445..27eb982 100644 --- a/makefile +++ b/makefile @@ -78,7 +78,7 @@ endif CFLAGS+=$(DEBUG) $(OPT) #CFLAGS+=-Wno-macro-redefined -Wno-incompatible-pointer-types -Wno-tautological-constant-out-of-range-compare -Wno-discarded-qualifiers -CFLAGS+=-w -Wall +CFLAGS+=-w -Wall -pedantic CXXFLAGS+=-w #-Wall -Wincompatible-pointer-types ifeq ($(OS),$(filter $(OS),Linux GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku))