Hi J-S, Chnaged CMakeLists.txt now merged and submitted to SVN.
On Mon, Jan 5, 2009 at 5:20 PM, Jean-Sébastien Guay <[email protected]> wrote: > By the way, a bunch of the warnings I get are of the "unreferenced formal > parameter" variety. I thought GCC flagged those? For example: > > void apply(osg::Node& node) { return; } > > where 'node' is not used, for which the solution is of course: > > void apply(osg::Node&) { return; } > > Also, there are some warnings I don't think I can fix, like for example on > this line: > > OSGANIMATION_ASSERT(0 && "invalid input data"); > > I get "conditional expression is constant" (because of the string of > course). But when I get a chance, I'll go through it and try to fix most > warnings. Can you just stick the warnings into a file and post this so I can then do a review. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

