]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Disable the most irritating compiler warnings in the Borland makefile.
authorSimon Tatham <anakin@pobox.com>
Mon, 28 May 2001 10:26:10 +0000 (10:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 May 2001 10:26:10 +0000 (10:26 +0000)
[originally from svn r1142]

mkfiles.pl

index e9b26cea135a1f534994e07fc6f4074c402ad038..635f8f7d924b6370a603baf25daf58d76b80dafd 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".