Since I want to run at /W4 without warnings, I just push all OSG include 
directives back to /W2.

That is, when including any OSG headers, I surround the #include calls with 
#pragma warning ( push, 2 ) and #pragma warning ( pop )

I have to do similar things with other third-party libraries I must leverage in 
some of my projects.

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

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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to