No more errors for VC6 support

This commit is contained in:
Alam Ed Arias 2019-03-04 16:45:24 -05:00
parent 145ccfd405
commit 67e246cd53
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ WFLAGS+=-Wfloat-equal
#WFLAGS+=-Wtraditional
ifdef VCHELP
WFLAGS+=-Wdeclaration-after-statement
WFLAGS+=-Wno-error=declaration-after-statement
endif
WFLAGS+=-Wundef
ifndef GCC295