mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Use GNU C99 mode
This commit is contained in:
parent
82377fb001
commit
dc098c1e65
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ endif
|
||||||
WFLAGS+=-Wpointer-arith -Wbad-function-cast
|
WFLAGS+=-Wpointer-arith -Wbad-function-cast
|
||||||
ifdef GCC45
|
ifdef GCC45
|
||||||
#WFLAGS+=-Wc++-compat
|
#WFLAGS+=-Wc++-compat
|
||||||
|
WFLAGS+=-std=gnu99
|
||||||
endif
|
endif
|
||||||
WFLAGS+=-Wcast-qual
|
WFLAGS+=-Wcast-qual
|
||||||
ifndef NOCASTALIGNWARN
|
ifndef NOCASTALIGNWARN
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue