1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Add -w-pia to the Borland makefile (suppress warnings about

assignment statements used as truth values).

[originally from svn r1605]
This commit is contained in:
Simon Tatham 2002-03-27 20:08:12 +00:00
parent 84812737b1
commit 689fcb5106

View File

@ -298,7 +298,7 @@ print
"!endif\n". "!endif\n".
"\n". "\n".
".c.obj:\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". " \$(XFLAGS) \$(CFLAGS) /c \$*.c",69)."\n".
".rc.res:\n". ".rc.res:\n".
&splitline("\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include -r". &splitline("\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include -r".