Thanks Laurens, fix merged and submitted to svn/trunk.
On 2 July 2013 14:54, Laurens Voerman <[email protected]> wrote: > Hi Robert, > Recent changes cause a few warnings in MSVC 2012 > svn 13587 From David Callu, warning fixes and removal of spaces at end of > lines. > > this can be fixed by adding a space before the comment opening /*. > full modified file > (openscenegraph\src\osgplugins\osg\BinaryStreamOperator.h) attached in zip > > Regards, Laurens. > > > openscenegraph\src\osgplugins\osg\BinaryStreamOperator.h(71): warning C4138: > '*/' found outside of comment > (OpenSceneGraph\src\osgPlugins\osg\ReaderWriterOSG2.cpp) > openscenegraph\src\osgplugins\osg\BinaryStreamOperator.h(73): warning C4138: > '*/' found outside of comment > (OpenSceneGraph\src\osgPlugins\osg\ReaderWriterOSG2.cpp) > openscenegraph\src\osgplugins\osg\BinaryStreamOperator.h(211): warning > C4138: '*/' found outside of comment > (OpenSceneGraph\src\osgPlugins\osg\ReaderWriterOSG2.cpp) > openscenegraph\src\osgplugins\osg\BinaryStreamOperator.h(213): warning > C4138: '*/' found outside of comment > (OpenSceneGraph\src\osgPlugins\osg\ReaderWriterOSG2.cpp) > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
