From 8aa5bfd9eda518021517a5c51d2847f1057b7ed7 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 27 Mar 2002 20:08:12 +0000 Subject: [PATCH] Add -w-pia to the Borland makefile (suppress warnings about assignment statements used as truth values). git-svn-id: svn://svn.tartarus.org/sgt/putty@1605 cda61777-01e9-0310-a592-d414129be87e --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index ba1cf9ea..492a59d6 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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". -- 2.11.0