mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-22 09:11:57 +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
|
ifndef GCC295
|
||||||
WFLAGS+=-Wendif-labels
|
WFLAGS+=-Wendif-labels
|
||||||
endif
|
endif
|
||||||
|
ifdef GCC40
|
||||||
|
WFLAGS+=-std=gnu89
|
||||||
|
endif
|
||||||
ifdef GCC41
|
ifdef GCC41
|
||||||
WFLAGS+=-Wshadow
|
WFLAGS+=-Wshadow
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue