mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 09:52:18 +00:00
Merge branch 'let-mixed-declarations' into 'master'
Remove mixed code and declarations warning See merge request STJr/SRB2!1618
This commit is contained in:
commit
f97261ae85
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ ifndef GCC295
|
|||
WFLAGS+=-Wendif-labels
|
||||
endif
|
||||
ifdef GCC41
|
||||
WFLAGS+=-Wdeclaration-after-statement
|
||||
WFLAGS+=-Wno-error=declaration-after-statement
|
||||
WFLAGS+=-Wshadow
|
||||
endif
|
||||
#WFLAGS+=-Wlarger-than-%len%
|
||||
|
|
Loading…
Reference in a new issue