Hi Stephan, On Wed, Jun 22, 2011 at 11:00 AM, Stephan Wenglorz <stephan.maku...@gmx.net> wrote: > I agree, as you said these warnings seem to be no problem, just some > superfluous variables, so I would ignore them for now rather than risk to > break something so close to the release.
I've done a reivew of all the warnings and most are indeed benign cases of variables being set and then never used. In a couple of cases it suggest that return codes were being ignored when warnings should have been emitted to I've added these. Most cases were just places where a variable and it's setting could be safely removed so I've done this and removing code that isn't used should be very low risk. Since the changes looked low risk I've checked them into both svn/trunk and OSG-3.0 branch so fingers crossed the next release candidate with be close to warning free under g++ 4.6. Robert. _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org