Boost logo

Boost :

From: George M. Garner Jr. (gmgarner_at_[hidden])
Date: 2005-12-10 13:46:43


John,

> Yep, it would be worthwhile running one of our regression tests with these
> turned on if any of our testers are able to do that. Is it possible to
> turn
> analyse warnings into errors, without turning all the others into error

#pragma warning(error: 6260)

See: (code analysis for C/C++ overview)
http://msdn2.microsoft.com/en-us/library/d3bbz7tz(en-US,VS.80).aspx;
(enabling/disabling specific warnings)
http://msdn2.microsoft.com/en-us/library/zyhb0b82(en-US,VS.80).aspx; (list
of code analysis errors)
http://msdn2.microsoft.com/en-us/library/a5b9aa09.aspx.

Regards,

George.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk