Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-01-26 16:23:07


David Abrahams wrote:
>I get loads of warnings when compiling with msvc with warnings=off

warnings=off is using the /W0 flag which is what the visual studio solution
files use to turn off warnings, so this is doing the right thing.

NOTE: the warning feature is an incidental feature, so it is not propagated.
That way it doesn't cause a rebuild of everything. If you have a warnings=on
in one of the project settings, this may be overriding the warnings=off
argument from the command line.

HTH,
- Reece


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