Hi Paul, Thanks for the warning output. Analysis of the output shows there are only 33 unique warnings, the Regisitry and ReaderWriter essentially pull in many of the same core OSG headers that are causing the warnings so both have pretty well the same overlap in warnings.
What is likely is that other OSG headers will be producing warnings with /W3. I guess one way to test this would be to include all OSG headers into a single main.cpp, then compile this with /W3. Ideally I'd like the OSG 2.8 to go out with no warnings generated by the headers themselves - this might mean suppressing some more warning if this looks like a safer route in terms of code changes this close to a release. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

