changeset 1588:623a42cf06f4

Remove warning options from VAC makefile... VAC generates tons of warnings on perfectly valid code causing readability issues. Will use gcc's warnings to validate the code since VAC is very ineffective at doing this.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 28 Jan 2012 23:19:56 +0000
parents 34d970f3ff23
children 9a21fbd6ae50
files makefile.vac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.vac	Sat Jan 28 22:59:12 2012 +0000
+++ b/makefile.vac	Sat Jan 28 23:19:56 2012 +0000
@@ -10,7 +10,7 @@
     .\dwtest.exe
 
 .c.obj:
-  icc.exe  /DOS2 /DTCPV40HDRS /DBUILD_DLL /DVER_REV=$(VERREV) /I. /Tm+ /Tdc /Ss /Wprorearet /Wpro+ /V"Dynamic Windows Compatibility" /Ti /Gm /Gd- /G5 /Ge- /C /W3 /Wini+ /Wpar+ /Wpro+ /Wuse+ %s
+  icc.exe  /DOS2 /DTCPV40HDRS /DBUILD_DLL /DVER_REV=$(VERREV) /I. /Tm+ /Tdc /Ss /V"Dynamic Windows Compatibility" /Ti /Gm /Gd- /G5 /Ge- /C /W3 %s
 
 .\dw.dll: \
     .\os2\dw.obj