Thanks Csaba, warning fix now merged and submitted to snv/trunk. I fix these
types of problems when I come across them... but don't get to see Windows
side as I just do dev under Linux with gcc, so these slipped through.

On Sun, Mar 22, 2009 at 1:44 AM, Csaba Halász <[email protected]>wrote:

> Hi Robert,
>
> IIRC the C++ standard says members will be initialized in declaration
> order, and not in the order they are listed in the constructor. To
> avoid possible trouble, gcc warns about this. Attached modification
> fixes the initializer order to silence this warning.
>
> --
> Csaba
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
>
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to