Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-10-16 06:34:21


[moving to jamboost]

Guillaume Melquiond wrote:

> PS: I don't know how bjam handles options (and I don't want to :))

Hmm... do you mean that you did not even looked at the doc? ;-)
Not that it's cleary stated there, though.

> but
> could it be possible to automatically suppress some warnings with Borland
> CC in release mode? In particular, W8008 "Condition is always false" and
> W8066 "Unreachable code" (this one is a direct consequence of the always
> false condition) are quite annoying. I suppose there is also a "Condition
> is always true", but it didn't appear.

You have to do that explicitly

bjam -sBUILD="release <cxxflags>-w-8008"

We could stick that into command line by default, but I'd be -1 on that.
The warnings are reasonable.

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk