Hi Jean, On Wed, Jan 7, 2009 at 3:13 PM, Jean-Sébastien Guay <[email protected]> wrote: > I just did an update and it doesn't seem you fixed the "warning C4512: > 'classname' : assignment operator could not be generated" warning? That's > the most frequent... I'd like to see it fixed or suppressed if you don't > feel like adding a dummy assignment operator...
I might not have caught all instances, but I did implement a bucket load of dummy assignment operators. A quick review of the change to to NodeAcceptOp in include/osg/NodeVisitor shows that I got the parameter type wrong though... now fixed and checked in. Hopefully my other changes were a bit more reliable... > I'm fine with suppressing C4706 as it's true that it's a warning that only > tells you that you *might* be doing something unsafe... Whether it's > actually safe or not is totally context-dependent. I've just checked in suppression of this warning. Should clearly some of the blizzard of misleading warnings. > As for the other warnings, I can have a look at their descriptions and see, > but that might be more your alley since it requires a judgement call. As I > mentioned, just use <warning number> site:microsoft.com to look up the > documentation on a warning type. > > Thanks, > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [email protected] > http://www.cm-labs.com/ > http://whitestar02.webhop.org/ > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

