Re: [osg-users] Virtual base initialization issues

2016-06-30 Thread Stuart Mentzer
Hi Robert, That is surprising and unfortunate -- in this instance VC++ is actually correct. If you know which compilers gave contradictory warnings I might be able to see if that has now been corrected. In any event, it seems better to have correct code give

Re: [osg-users] Virtual base initialization issues

2016-06-30 Thread Robert Osfield
Hi Stuart, This warning is a bit of pain. Fix this warning and you generate a warning with other compilers depending upon which compiler and warning options enabled. We had a discussion and attempted to fix some of these warnings in the last dev release cycle. Robert. On 30 June 2016 at

[osg-users] Virtual base initialization issues

2016-06-29 Thread Stuart Mentzer
Hello, Visual C++ 2015 finds a problem (in current master) with the initialization of virtual base classes in the constructors of the hierarchies including Object, Callback, NodeCallback, GUIEventHandler, EventHandler, CameraManipulator, StandardManipulator,