mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-06 01:41:11 +00:00
Always compile in GNU C89 mode
This commit is contained in:
parent
f17368224a
commit
bf75bf7697
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ endif
|
|||
ifndef GCC295
|
||||
WFLAGS+=-Wendif-labels
|
||||
endif
|
||||
ifdef GCC40
|
||||
WFLAGS+=-std=gnu89
|
||||
endif
|
||||
ifdef GCC41
|
||||
WFLAGS+=-Wshadow
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue