Use GNU C99 mode

This commit is contained in:
James R 2022-02-19 19:40:19 -08:00
parent 82377fb001
commit dc098c1e65

View file

@ -46,6 +46,7 @@ endif
WFLAGS+=-Wpointer-arith -Wbad-function-cast
ifdef GCC45
#WFLAGS+=-Wc++-compat
WFLAGS+=-std=gnu99
endif
WFLAGS+=-Wcast-qual
ifndef NOCASTALIGNWARN