Skip to content
Snippets Groups Projects
Commit f97261ae authored by sphere's avatar sphere
Browse files

Merge branch 'let-mixed-declarations' into 'master'

Remove mixed code and declarations warning

See merge request !1618
parents e0071c1c 0ac36b7c
Branches
Tags
2 merge requests!1659merge master into next again,!1618Remove mixed code and declarations warning
...@@ -35,8 +35,6 @@ ifndef GCC295 ...@@ -35,8 +35,6 @@ ifndef GCC295
WFLAGS+=-Wendif-labels WFLAGS+=-Wendif-labels
endif endif
ifdef GCC41 ifdef GCC41
WFLAGS+=-Wdeclaration-after-statement
WFLAGS+=-Wno-error=declaration-after-statement
WFLAGS+=-Wshadow WFLAGS+=-Wshadow
endif endif
#WFLAGS+=-Wlarger-than-%len% #WFLAGS+=-Wlarger-than-%len%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment