Disable the most irritating compiler warnings in the Borland makefile.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 May 2001 10:26:10 +0000 (10:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 May 2001 10:26:10 +0000 (10:26 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1142 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index e9b26ce..635f8f7 100755 (executable)
@@ -135,7 +135,7 @@ print
 "!endif\n".
 "\n".
 ".c.obj:\n".
-"\tbcc32 \$(COMPAT) \$(FWHACK) \$(XFLAGS) \$(CFLAGS) /c \$*.c\n".
+"\tbcc32 -w-aus -w-ccc -w-par \$(COMPAT) \$(FWHACK) \$(XFLAGS) \$(CFLAGS) /c \$*.c\n".
 ".rc.res:\n".
 "\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include \\\n".
 "\t\t-r -DNO_WINRESRC_H -DWIN32 -D_WIN32 -DWINVER=0x0400 \$*.rc\n".