> How are others under WIndows getting on?

Except linking problem of osgversion, just few warnings.

On MSVC 2003 .NET:

In osg:
Texture2DArray.cpp
\OSG\src\osg\Texture2DArray.cpp(106) : warning C4018: '>=' : 
signed/unsigned mismatch

D:\OSG\include\osg\Math(197) : warning C4244: 'return' : conversion from 
'const double' to 'float', possible loss of data


In osgDB:
\OSG\src\osgDB\Registry.cpp(572) : warning C4288: nonstandard extension 
used : 'itr' : loop control variable declared in the for-loop is used 
outside the for-loop scope; it conflicts with the declaration in the 
outer scope
         \OSG\src\osgDB\Registry.cpp(571) : definition of 'itr' used
         \OSG\src\osgDB\Registry.cpp(564) : definition of 'itr' ignored
\OSG\src\osgDB\Registry.cpp(572) : warning C4288: nonstandard extension 
used : 'itr' : loop control variable declared in the for-loop is used 
outside the for-loop scope; it conflicts with the declaration in the 
outer scope
         \OSG\src\osgDB\Registry.cpp(571) : definition of 'itr' used
         \OSG\src\osgDB\Registry.cpp(564) : definition of 'itr' ignored
\OSG\src\osgDB\Registry.cpp(572) : warning C4288: nonstandard extension 
used : 'itr' : loop control variable declared in the for-loop is used 
outside the for-loop scope; it conflicts with the declaration in the 
outer scope
         \OSG\src\osgDB\Registry.cpp(571) : definition of 'itr' used
         \OSG\src\osgDB\Registry.cpp(564) : definition of 'itr' ignored

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

Reply via email to