mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
||||
ifdef GCC45
|
||||
#WFLAGS+=-Wc++-compat
|
||||
WFLAGS+=-std=gnu99
|
||||
endif
|
||||
WFLAGS+=-Wcast-qual
|
||||
ifndef NOCASTALIGNWARN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue