
10 Dec
2005
10 Dec
'05
6:46 p.m.
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.