Hi, I am normally compiling all my code with a fairly sensitive/high warning levels. When compiling osg I get quite a lot of warnings related to incompatible integer assignments. Example:
PrimitiveSet::setVertexArray(unsigned int count, xxx); To the first parameter normally a size() method of type size_t is passed. Unfortunately, on OS X these types are not compatible. These assignments are not the problem but I get so many warnings that I sometimes do not see really important ones. Therefore, it is possible to change the parameter types in these cases? Cheers, Hartwig ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=62877#62877 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

