Add -w-pia to the Borland makefile (suppress warnings about
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 27 Mar 2002 20:08:12 +0000 (20:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 27 Mar 2002 20:08:12 +0000 (20:08 +0000)
assignment statements used as truth values).

git-svn-id: svn://svn.tartarus.org/sgt/putty@1605 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index ba1cf9e..492a59d 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".