jeez calm down -Wpedantic

This commit is contained in:
Alug 2024-10-23 14:15:24 +02:00
parent 3058a6b715
commit 5db012f7a1

View file

@ -22,7 +22,8 @@ ifndef GCC295
#WFLAGS+=-Wno-packed
endif
ifndef RELAXWARNINGS
WFLAGS+=-W -pedantic
WFLAGS+=-W
#WFLAGS+=-Wpedantic
#WFLAGS+=-Wno-sign-compare
ifndef GCC295
WFLAGS+=-Wno-div-by-zero