I updated source today and have noticed two problems.  I'm using RedHat 
Enterprise 5 on x86_64.

The following code:
          osgUtil::LineSegmentIntersector::Intersections intersections;
          view->computeIntersections(x, y, intersections, ~0);

now causes logging to the console:
         Triangle Functor does not support Vec3d* vertex arrays

and compiling my application now reports warnings:

  /osg/include/osgDB/StreamOperator:87: warning: unused parameter 'str'
  /osg/include/osg/observer_ptr: In copy constructor 
'osg::observer_ptr<T>::observer_ptr(const osg::observer_ptr<T>&) [with T = 
osg::PagedLOD]':
  /osg/include/osgDB/DatabasePager:353: instantiated from here
  /osg/include/osg/observer_ptr:43: warning: base class 'class osg::Observer' 
should be explicitly initialized in the copy constructor

Lee
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to