shut up -Wcomment warnings pls

This commit is contained in:
Alug 2024-10-10 18:08:24 +02:00
parent 267e84d562
commit 5e5144822e

View file

@ -17,7 +17,7 @@ $(foreach v,$(join $(wordlist 2,$(_n),- $(gcc_versions)),\
$(eval $(call _predecessor,$(subst =, ,$(v))))))
# -W -Wno-unused
WFLAGS:=-Wall -Wno-trigraphs
WFLAGS:=-Wall -Wno-trigraphs -Wno-comment
ifndef GCC295
#WFLAGS+=-Wno-packed
endif