]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add -w-pia to the Borland makefile (suppress warnings about
authorSimon Tatham <anakin@pobox.com>
Wed, 27 Mar 2002 20:08:12 +0000 (20:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 27 Mar 2002 20:08:12 +0000 (20:08 +0000)
assignment statements used as truth values).

[originally from svn r1605]

mkfiles.pl

index ba1cf9ead14d52ac5889dff4fd78d9dbbf200948..492a59d61e13ae4dc2b95edb394d96afe2d1e2ee 100755 (executable)
@@ -298,7 +298,7 @@ print
 "!endif\n".
 "\n".
 ".c.obj:\n".
-&splitline("\tbcc32 -w-aus -w-ccc -w-par \$(COMPAT) \$(FWHACK)".
+&splitline("\tbcc32 -w-aus -w-ccc -w-par -w-pia \$(COMPAT) \$(FWHACK)".
   " \$(XFLAGS) \$(CFLAGS) /c \$*.c",69)."\n".
 ".rc.res:\n".
 &splitline("\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include -r".