Hi Robert,

I found new (minor) warnings, in inlined methods (and thus not detectable until 
used).
    warning C4267: 'return' : conversion from 'size_t' to 'unsigned int', 
possible loss of data

osg/Uniform(318): 
    inline unsigned int getNumParents()
osg/Geode(93):
    inline unsigned int getNumDrawables()
osg/Geode:
    inline unsigned int getDrawableIndex()

But there are certainly much more.
I guess all of these should return a "size_t" instead of an "unsigned int" (or 
cast their return). MSVC generates this warning whereas size_t is an unsigned 
int.

Sukender
PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.net/
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to