Remove mixed code and declarations warning

This commit is contained in:
James R 2021-09-12 19:07:40 -07:00
parent a822de5ffc
commit 0ac36b7ce1
1 changed files with 0 additions and 2 deletions

View File

@ -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%