Skip to content
Snippets Groups Projects

Remove mixed code and declarations warning

Merged James R. requested to merge let-mixed-declarations into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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