Remove mixed code and declarations warning

This commit is contained in:
James R 2021-09-12 19:07:40 -07:00 committed by toaster
parent df1c0fddcb
commit 976f05a002

View file

@ -38,8 +38,6 @@ ifdef GCC40
WFLAGS+=-std=gnu89
endif
ifdef GCC41
WFLAGS+=-Wdeclaration-after-statement
WFLAGS+=-Wno-error=declaration-after-statement
WFLAGS+=-Wshadow
endif
#WFLAGS+=-Wlarger-than-%len%