/Wall combined with any other /Wn option is redundant.

/Wall enables *ALL* warnings, including those automatically supressed by VS 
under any other circumstances. /W1 through /W4 set the warning level; /Wall 
goes far beyond /W4 by enabling normally disabled warnings. 

I'm not sure if /Wall ignores #pragma warning supression as well, as I have 
never used it in any real situation. If it does ignore the #pragmas, then you 
would be getting even *more* warnings, on top of all of those that would 
otherwise be supressed by VS internally.

------------------------
Matthew W Fuesz
Software Engineer Asc
Lockheed Martin STS

------------------
Read this topic online here:
http://osgforum.tevs.eu/viewtopic.php?p=4130#4130





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to