Hi Donald,

On Tue, Feb 3, 2009 at 5:03 PM, Donald Cipperly <osgc...@gmail.com> wrote:
> Removing the & generates another warning:
>
> warning C4197: 'volatile const unsigned int' : top-level volatile in cast is
> ignored    c:\OpenSceneGraphSVN\src\OpenThreads\common\Atomic.cpp    133
> OpenThreads
>
> However, changing line 133 to just
>
> return _value;

Tempting to go with this, but there must have been a motivation for
the use of volatile here.  I'll track down the original author.

> generates no warnings on Visual Studio 2008 sp1.
>
> I also see these warnings:
>
> warning C4701: potentially uninitialized local variable 'qu' used
> c:\openscenegraphsvn\src\osg\matrixdecomposition.cpp    281    osg
> warning C4512: 'CopyPointsToVertexArrayVisitor' : assignment operator could
> not be generated    c:\OpenSceneGraphSVN\src\osgUtil\Simplifier.cpp
> 1654    osgUtil

I've just checked in fixes for these, could you do an svn update and
let me know how things build.

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

Reply via email to