+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb76/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/osg-3.6.5nb76/work.log ===> Building for osg-3.6.5nb76 [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadBarrier.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadCondition.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThread.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/PThreadMutex.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Version.cpp.o [ 0%] Building CXX object src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/__/common/Atomic.cpp.o [ 0%] Linking CXX shared library ../../../lib/libOpenThreads.so [ 0%] Built target OpenThreads [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/os_utils.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/AnimationPath.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ApplicationUsage.cpp.o [ 0%] Building CXX object src/osg/CMakeFiles/osg.dir/ArgumentParser.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Array.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AnimationPath.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AttributeDispatchers.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AudioStream.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/AutoTransform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AttributeDispatchers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AttributeDispatchers.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Billboard.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AutoTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BindImageTexture.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In copy constructor 'osg::AutoTransform::AutoTransform(const osg::AutoTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:43:5: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 43 | _rotation(pat._rotation), | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp: In member function 'osg::Matrixd osg::AutoTransform::computeMatrix(const osg::NodeVisitor*) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/AutoTransform.cpp:143:21: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 143 | Quat rotation = _rotation; | ^~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Billboard.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BindImageTexture:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BindImageTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendColor.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendEquationi.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunc.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BlendFunci.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferIndexBinding.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunc.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquationi:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendEquationi.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferIndexBinding:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferIndexBinding.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/BufferObject.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunci:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BlendFunci.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Callback.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Capability.cpp.o [ 1%] Building CXX object src/osg/CMakeFiles/osg.dir/Camera.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/BufferObject.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Callback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Camera.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Capability:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Capability.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CameraView.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClampColor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CameraView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClearNode.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipControl.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClampColor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClampColor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClearNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClipPlane.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ClusterCullingCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClipControl.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CollectOccludersVisitor.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMask.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ClusterCullingCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMaski.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CollectOccludersVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CollectOccludersVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ColorMatrix.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMaski.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ComputeBoundsVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMatrix.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ColorMatrix.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/DispatchCompute.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ContextData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ComputeBoundsVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ComputeBoundsVisitor.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DispatchCompute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DispatchCompute.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarOccluder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ContextData:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ContextData.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/ConvexPlanarPolygon.cpp.o [ 2%] Building CXX object src/osg/CMakeFiles/osg.dir/CopyOp.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CoordinateSystemNode.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullFace.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullingSet.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CoordinateSystemNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CopyOp.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullSettings.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullingSet.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/CullStack.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DeleteHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullSettings:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullSettings.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullStack:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/CullStack.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Depth.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DepthRangeIndexed.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DisplaySettings.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Drawable.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/DrawPixels.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DepthRangeIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DepthRangeIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DepthRangeIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DrawPixels:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/DrawPixels.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/dxtctool.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/Fog.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp: In member function 'void osg::Drawable::setBound(const osg::BoundingBox&) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Drawable.cpp:625:37: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 625 | _boundingSphere = computeBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/dxtctool.h:44, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/dxtctool.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Fog.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Fog.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FragmentProgram.cpp.o [ 3%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameBufferObject.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/FrameStamp.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/FrontFace.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FragmentProgram.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FragmentProgram.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Geode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/FrameBufferObject.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Geometry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Geode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLExtensions.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Geometry.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLObjects.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GLStaticLibrary.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsCostEstimator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GLObjects.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexProgram:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GLObjects.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsContext.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:240:10: note: by 'osg::CollectCompileCosts::apply' 240 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsCostEstimator.cpp:307:10: note: by 'osg::CollectDrawCosts::apply' 307 | void apply(osg::Geometry* geometry) | ^~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/GraphicsThread.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsContext.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsThread:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/GraphicsThread.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Group.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Hint.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Identifier.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Group.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/Image.cpp.o [ 4%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageSequence.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageStream.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Image.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageSequence.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/ImageUtils.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageStream:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageSequence:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageSequence.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/KdTree.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageUtils.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageUtils:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ImageUtils.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/KdTree.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Light.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LightModel.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LightSource.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineSegment.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightSource:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightSource.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightModel.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightModel:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LightModel.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineWidth.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LineStipple.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LOD.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/LogicOp.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/LOD.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Material.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Math.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Matrixd.cpp.o [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/MatrixDecomposition.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixd.cpp:37: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp: In member function 'osg::Quat osg::Matrixd::getRotate() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp:206:12: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 206 | return q; | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixd.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 5%] Building CXX object src/osg/CMakeFiles/osg.dir/Matrixf.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Material.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Material.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixf.cpp:37: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp: In member function 'osg::Quat osg::Matrixf::getRotate() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrix_implementation.cpp:206:12: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 206 | return q; | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Matrixf.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/MatrixTransform.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Multisample.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Node.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/NodeTrackerCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/MatrixTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Multisample.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Multisample.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Node.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/NodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeTrackerCallback:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeTrackerCallback.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Notify.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Object.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Observer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/ObserverNodePath.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OccluderNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/NodeVisitor.cpp:36: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ObserverNodePath:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Observer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OccluderNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OccluderNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ObserverNodePath:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ObserverNodePath.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OcclusionQueryNode.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/OperationThread.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PatchParameter.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PagedLOD.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OcclusionQueryNode.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/OperationThread.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PagedLOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PagedLOD.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PatchParameter.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PatchParameter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PatchParameter.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/PointSprite.cpp.o [ 6%] Building CXX object src/osg/CMakeFiles/osg.dir/Point.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonMode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PointSprite.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PointSprite.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Point.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Point.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonOffset.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PolygonStipple.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Polytope.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PositionAttitudeTransform.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveSet.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveSetIndirect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PositionAttitudeTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/PrimitiveRestartIndex.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSet.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSet.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Program.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSetIndirect.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSetIndirect:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveSetIndirect.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveRestartIndex.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveRestartIndex:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/PrimitiveRestartIndex.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Program.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Projection.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/ProxyNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Projection:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Projection.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ProxyNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ProxyNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Quat.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Referenced.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp: In member function 'void osg::Quat::slerp(value_type, const osg::Quat&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:313:24: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 313 | osg::Quat quatTo(to); | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Quat.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/SampleMaski.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Sampler.cpp.o [ 7%] Building CXX object src/osg/CMakeFiles/osg.dir/Scissor.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ScissorIndexed.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/SampleMaski.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/SampleMaski:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/SampleMaski.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Sampler:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Sampler.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ScriptEngine.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScissorIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ScissorIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScissorIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Sequence.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadeModel.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ScriptEngine:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ScriptEngine.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Sequence:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Sequence.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shader.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShaderAttribute.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShaderComposer.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShadowVolumeOccluder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShaderAttribute.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShaderAttribute:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShaderAttribute.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shader.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShadowVolumeOccluder.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShadowVolumeOccluder.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Shape.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/ShapeDrawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ShapeDrawable.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shape.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Shape.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateAttribute.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/State.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateAttribute.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StateSet.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp: In member function 'void osg::State::setUpVertexAttribAlias(osg::VertexAttribAlias&, GLuint, std::string, std::string, const std::string&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/State.cpp:1396:69: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 1396 | alias = VertexAttribAlias(location, glName, osgName, declaration); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stats.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StateSet.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/Stencil.cpp.o [ 8%] Building CXX object src/osg/CMakeFiles/osg.dir/StencilTwoSided.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Stencil.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Stencil:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Stencil.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StencilTwoSided.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Stencil:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StencilTwoSided:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/StencilTwoSided.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Switch.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvCombine.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Switch:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Switch.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvCombine.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnv.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexEnvFilter.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexGen.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexGenNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnv.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnv.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvFilter.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexEnvFilter.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TexMat.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGenNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexGenNode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture1D.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2DArray.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2D.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureRectangle:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexMat.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexMat:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TexMat.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture1D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture1D.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DArray:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DArray.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DArray.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture2DMultisample.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2D.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture3D.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/Texture.cpp.o [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureBuffer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DMultisample:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DMultisample.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture2DMultisample.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture3D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture3D.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureBuffer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureBuffer.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureCubeMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Texture.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 9%] Building CXX object src/osg/CMakeFiles/osg.dir/TextureRectangle.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureCubeMap.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureCubeMap.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Timer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureRectangle:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureRectangle.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TextureRectangle.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/TransferFunction.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Transform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/TransferFunction.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Uniform.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/UserDataContainer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Transform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/Transform.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ValueMap.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ValueStack.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexAttribDivisor.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Version.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexArrayState.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/VertexProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexArrayState:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexArrayState.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexAttribDivisor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexAttribDivisor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexAttribDivisor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexProgram.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/VertexProgram.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/View.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/Viewport.cpp.o [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/ViewportIndexed.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/View.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 10%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libutil/error.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ViewportIndexed.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Viewport:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ViewportIndexed:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ViewportIndexed.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libutil/mipmap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/error.cpp:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrameBufferObject:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/normal.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/memalloc.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/priorityq.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:33: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/mipmap.cpp:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/render.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/mesh.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/tessmono.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/dict.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/sweep.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/geom.cpp.o [ 11%] Building CXX object src/osg/CMakeFiles/osg.dir/glu/libtess/tess.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp: In function 'void osg::gluTessProperty(GLUtesselator*, GLenum, GLdouble)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp:207:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 207 | switch( windingRule ) { | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libtess/tess.cpp:219:3: note: here 219 | case GLU_TESS_BOUNDARY_ONLY: | ^~~~ [ 11%] Linking CXX shared library ../../lib/libosg.so [ 11%] Built target osg [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/CullVisitor.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DisplayRequirementsVisitor.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/CubeMapGenerator.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DelaunayTriangulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DisplayRequirementsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DisplayRequirementsVisitor.cpp:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DisplayRequirementsVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CullVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CullVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DelaunayTriangulator:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DelaunayTriangulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DelaunayTriangulator:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/CubeMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/DrawElementTypeSimplifier.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/EdgeCollector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DrawElementTypeSimplifier:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DrawElementTypeSimplifier.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSetIndirect:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/DrawElementTypeSimplifier.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/EdgeCollector:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/EdgeCollector.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/EdgeCollector:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/GLObjectsVisitor.cpp.o [ 11%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HalfWayMapGenerator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/GLObjectsVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/HighlightMapGenerator.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectionVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HalfWayMapGenerator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HalfWayMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HighlightMapGenerator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/HighlightMapGenerator.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IntersectVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IntersectionVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/IncrementalCompileOperation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/LineSegmentIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IntersectVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/IncrementalCompileOperation.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:151:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 151 | virtual void apply(osg::LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:150:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 150 | virtual void apply(osg::Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:149:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 149 | virtual void apply(osg::Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:148:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 148 | virtual void apply(osg::Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:146:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 146 | virtual void apply(osg::Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:145:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 145 | virtual void apply(osg::Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:144:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 144 | virtual void apply(osg::Drawable&); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:143:22: warning: 'virtual void osgUtil::IntersectVisitor::apply(osg::Node&)' was hidden [-Woverloaded-virtual=] 143 | virtual void apply(osg::Node&); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor:214:14: note: by 'osgUtil::PickVisitor::apply' 214 | void apply(osg::Camera& camera); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/LineSegmentIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/LineSegmentIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/MeshOptimizers.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp: In member function 'void osgUtil::IndexMeshVisitor::makeMesh(osg::Geometry&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:288:14: warning: implicitly-declared 'osgUtil::{anonymous}::VertexAttribComparitor::VertexAttribComparitor(const osgUtil::{anonymous}::VertexAttribComparitor&)' is deprecated [-Wdeprecated-copy] 288 | std::sort(indices.begin(),indices.end(),arrayComparitor); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:139:29: note: because 'osgUtil::{anonymous}::VertexAttribComparitor' has user-provided 'osgUtil::{anonymous}::VertexAttribComparitor& osgUtil::{anonymous}::VertexAttribComparitor::operator=(const osgUtil::{anonymous}::VertexAttribComparitor&)' 139 | VertexAttribComparitor& operator = (const VertexAttribComparitor&) { return *this; } | ^~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:18: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:4794:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = osgUtil::{anonymous}::VertexAttribComparitor]' 4794 | _Compare __comp) | ~~~~~~~~~^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp: In member function 'void osgUtil::VertexCacheVisitor::doVertexOptimization(osg::Geometry&, std::vector >&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/MeshOptimizers.cpp:834:24: warning: ignoring return value of '_FIter std::remove(_FIter, _FIter, const _Tp&) [with _FIter = __gnu_cxx::__normal_iterator > >; _Tp = unsigned int]', declared with attribute 'nodiscard' [-Wunused-result] 834 | std::remove(vertTriListStore.begin() + vert->triList, | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 835 | vertTriListStore.begin() + vert->triList | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 836 | + vert->numActiveTris, | ~~~~~~~~~~~~~~~~~~~~~~ 837 | triToAddIdx); | ~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:788:5: note: declared here 788 | remove(_ForwardIterator __first, _ForwardIterator __last, | ^~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Optimizer.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PerlinNoise.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PlaneIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PlaneIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PlaneIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PerlinNoise:33, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PerlinNoise.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Optimizer.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PolytopeIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PolytopeIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PolytopeIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PositionalStateContainer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PositionalStateContainer.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Light:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/PrintVisitor.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RayIntersector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PrintVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/PrintVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RayIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RayIntersector.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderBin.cpp.o [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderLeaf.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderBin:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderBin.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderLeaf.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 12%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/RenderStage.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/ReversePrimitiveFunctor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderStage.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/RenderStage.cpp:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneView.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/ShaderGen.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Simplifier.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SceneView.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ShaderGen:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/ShaderGen.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ShaderGen:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/ShaderGen.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Simplifier:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Simplifier:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleIndexFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Simplifier.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SmoothingVisitor.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/SceneGraphBuilder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneGraphBuilder:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SceneGraphBuilder.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/SmoothingVisitor.cpp:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/StateGraph.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/StateGraph.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Statistics.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TangentSpaceGenerator.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Tessellator.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformAttributeFunctor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Statistics.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TangentSpaceGenerator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TransformAttributeFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TransformAttributeFunctor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Tessellator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Tessellator.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/Tessellator.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TransformCallback.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/tri_stripper.cpp.o [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/policy.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/tri_stripper.h:44, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/tri_stripper.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/detail/graph_array.h: In instantiation of 'void triangle_stripper::detail::unmark_nodes(graph_array&) [with nodetype = triangle]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/tri_stripper.cpp:47:21: required from here 47 | unmark_nodes(m_Triangles); | ~~~~~~~~~~~~^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/detail/graph_array.h:449:55: warning: 'std::mem_fun_ref_t<_Ret, _Tp> std::mem_fun_ref(_Ret (_Tp::*)()) [with _Ret = void; _Tp = triangle_stripper::detail::graph_array::node]' is deprecated: use 'std::mem_fn' instead [-Wdeprecated-declarations] 449 | std::for_each(G.begin(), G.end(), std::mem_fun_ref(&graph_array::node::unmark)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/refwrap.h:39, from /opt/tools/gcc14/include/c++/14.3.0/vector:68, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/public_types.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/include/tri_stripper.h:41: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1380:5: note: declared here 1380 | mem_fun_ref(_Ret (_Tp::*__f)()) | ^~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/tristripper/src/connectivity_graph.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TransformCallback.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/TriStripVisitor.cpp.o [ 14%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/UpdateVisitor.cpp.o [ 14%] Building CXX object src/osgUtil/CMakeFiles/osgUtil.dir/Version.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TriangleIndexFunctor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/UpdateVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PrimitiveSet:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp: In function 'void indexGeometry(osg::Geometry&, IndexList&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:230:14: warning: implicitly-declared 'VertexAttribComparitor::VertexAttribComparitor(const VertexAttribComparitor&)' is deprecated [-Wdeprecated-copy] 230 | std::sort(vindices.begin(),vindices.end(),arrayComparitor); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:148:29: note: because 'VertexAttribComparitor' has user-provided 'VertexAttribComparitor& VertexAttribComparitor::operator=(const VertexAttribComparitor&)' 148 | VertexAttribComparitor& operator = (const VertexAttribComparitor&) { return *this; } | ^~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/TriStripVisitor.cpp:21: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:4794:19: note: initializing argument 3 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator > >; _Compare = VertexAttribComparitor]' 4794 | _Compare __comp) | ~~~~~~~~~^~~~~~ [ 14%] Linking CXX shared library ../../lib/libosgUtil.so [ 14%] Built target osgUtil [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/InputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Compressors.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/OutputStream.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectWrapper.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Archive.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/AuthenticationMap.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Callbacks.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ClassInterface.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ConvertBase64.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ConvertUTF.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DatabasePager.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DatabaseRevisions.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DotOsgWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/DatabasePager.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/DynamicLibrary.cpp.o [ 14%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ExternalFileWriter.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Field.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReader.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FieldReaderIterator.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileCache.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileNameUtils.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/FileUtils.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/fstream.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImageOptions.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ImagePager.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Input.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/MimeTypes.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ObjectCache.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Output.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Options.cpp.o [ 15%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/PluginQuery.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReaderWriter.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/ReadFile.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Registry.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/SharedStateManager.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/StreamOperator.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/Version.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/WriteFile.cpp.o [ 16%] Building CXX object src/osgDB/CMakeFiles/osgDB.dir/XmlParser.cpp.o [ 16%] Linking CXX shared library ../../lib/libosgDB.so [ 16%] Built target osgDB [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/DefaultFont.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/AnimationPathManipulator.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/AnisotropicLighting.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ConnectedParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/AnimationPathManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/DefaultFont.h:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/DefaultFont.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadowVolumeOccluder:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ConnectedParticleSystem.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullingSet:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ConnectedParticleSystem:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ConnectedParticleSystem.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/AnisotropicLighting:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/AnisotropicLighting.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/GlyphGeometry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/GlyphGeometry.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/GlyphGeometry.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Emitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/DriveManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Emitter.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/BumpMapping.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/DriveManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/DriveManipulator.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/BumpMapping:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/BumpMapping.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionDebrisEffect.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Device.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionDebrisEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ExplosionDebrisEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/Device:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/Device.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Font.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Cartoon.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Event.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Font.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ExplosionEffect.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Cartoon:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Cartoon.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ExplosionEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Effect.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/FadeText.cpp.o [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventQueue.cpp.o [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FireEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Effect.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/FadeText:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/FadeText.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventQueue.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FireEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FireEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/EventVisitor.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/MultiTextureControl.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/EventVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventVisitor:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/MultiTextureControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/MultiTextureControl.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidFrictionOperator.cpp.o [ 16%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Glyph.cpp.o [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Outline.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidFrictionOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FluidFrictionOperator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FirstPersonManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Glyph.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Outline:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Outline.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FirstPersonManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 16%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/FluidProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp: In copy constructor 'osgGA::FirstPersonManipulator::FirstPersonManipulator(const osgGA::FirstPersonManipulator&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FirstPersonManipulator.cpp:51:6: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 51 | _rotation( fpm._rotation ), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 16%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Registry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidProgram:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/FluidProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/String.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp: In member function 'look_ahead_iterator look_ahead_iterator::operator++(int)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:33:38: warning: implicitly-declared 'constexpr look_ahead_iterator::look_ahead_iterator(const look_ahead_iterator&)' is deprecated [-Wdeprecated-copy] 33 | look_ahead_iterator tmp(*this); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:64:26: note: because 'look_ahead_iterator' has user-provided 'look_ahead_iterator& look_ahead_iterator::operator=(const look_ahead_iterator&)' 64 | look_ahead_iterator& operator = (const look_ahead_iterator&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:35:16: warning: implicitly-declared 'constexpr look_ahead_iterator::look_ahead_iterator(const look_ahead_iterator&)' is deprecated [-Wdeprecated-copy] 35 | return tmp; | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/String.cpp:64:26: note: because 'look_ahead_iterator' has user-provided 'look_ahead_iterator& look_ahead_iterator::operator=(const look_ahead_iterator&)' 64 | look_ahead_iterator& operator = (const look_ahead_iterator&) { return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Registry:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Registry.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 17%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Style.cpp.o [ 17%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/FlightManipulator.cpp.o [ 17%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ModularEmitter.cpp.o [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Scribe.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FirstPersonManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/FlightManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/FlightManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 18%] Building CXX object src/osgText/CMakeFiles/osgText.dir/TextBase.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularEmitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularEmitter.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Scribe:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Scribe.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp: In copy constructor 'osgText::TextBase::TextBase(const osgText::TextBase&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/TextBase.cpp:74:5: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 74 | _rotation(textBase._rotation), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 18%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ModularProgram.cpp.o [ 18%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventAdapter.cpp.o [ 18%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/SpecularHighlights.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ModularProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/GUIEventAdapter.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/SpecularHighlights:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/SpecularHighlights.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/GUIEventHandler.cpp.o [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/MultiSegmentPlacer.cpp.o [ 19%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/GUIEventHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 19%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Technique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 19%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Particle.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Technique.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Particle.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Particle.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 19%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/KeySwitchMatrixManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/KeySwitchMatrixManipulator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/KeySwitchMatrixManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Validator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Validator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/Validator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Text3D.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/Text3D.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleProcessor.cpp.o [ 20%] Building CXX object src/osgFX/CMakeFiles/osgFX.dir/Version.cpp.o [ 20%] Linking CXX shared library ../../lib/libosgFX.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleProcessor.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Built target osgFX In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp: In member function 'virtual void osgGA::CameraManipulator::computeHomePosition(const osg::Camera*, bool)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:88:55: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 88 | else boundingSphere = getNode()->getBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraManipulator.cpp:93:50: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 93 | boundingSphere = getNode()->getBound(); | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowMap.cpp.o [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystem.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/MultiTouchTrackballManipulator.cpp.o [ 20%] Building CXX object src/osgText/CMakeFiles/osgText.dir/Version.cpp.o [ 20%] Linking CXX shared library ../../lib/libosgText.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleSystem.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/MultiTouchTrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/MultiTouchTrackballManipulator.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Built target osgText In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/DisplacementMappingTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/DisplacementMappingTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTechnique.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/NodeTrackerManipulator.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Layer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/NodeTrackerManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/NodeTrackerManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Layer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/ParticleSystemUpdater.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowTexture.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystemUpdater:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/ParticleSystemUpdater.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/OrbitManipulator.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Locator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Locator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/PrecipitationEffect.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp: In copy constructor 'osgGA::OrbitManipulator::OrbitManipulator(const osgGA::OrbitManipulator&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/OrbitManipulator.cpp:50:6: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 50 | _rotation( om._rotation ), | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/TerrainTile.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowedScene.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/TerrainTile.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/PrecipitationEffect.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StandardManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StandardManipulator.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StandardManipulator.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ShadowSettings.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/TerrainTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/TerrainTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/SoftShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Program.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/Program.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/SphericalManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/SoftShadowMap.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/SphericalManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/SphericalManipulator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Terrain.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/Terrain.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SmokeEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ParallelSplitShadowMap.cpp.o [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/StateSetManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StateSetManipulator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/StateSetManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIActionAdapter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StateSetManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/LineSegmentIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIActionAdapter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SmokeTrailEffect.cpp.o [ 20%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeTrailEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SmokeTrailEffect.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TerrainManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp: In member function 'void osgTerrain::GeometryTechnique::setFilterMatrix(const osg::Matrix3&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryTechnique.cpp:67:21: warning: implicitly-declared 'osg::Matrix3Template& osg::Matrix3Template::operator=(const osg::Matrix3Template&)' is deprecated [-Wdeprecated-copy] 67 | _filterMatrix = matrix; | ^~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Uniform:251:9: note: because 'osg::Matrix3Template' has user-provided 'osg::Matrix3Template::Matrix3Template(const osg::Matrix3Template&) [with T = float]' 251 | Matrix3Template( const Matrix3Template& mat ) { set(mat.ptr()); } | ^~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TerrainManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/TerrainManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/Version.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 20%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/DomainOperator.cpp.o [ 20%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/Version.cpp.o [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ConvexPolyhedron.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/DomainOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/TrackballManipulator.cpp.o [ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/GeometryPool.cpp.o [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/BounceOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/TrackballManipulator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryPool:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/GeometryPool.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/BounceOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object src/osgParticle/CMakeFiles/osgParticle.dir/SinkOperator.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/UFOManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/SinkOperator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/DebugShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/UFOManipulator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/UFOManipulator.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Linking CXX shared library ../../lib/libosgParticle.so [ 21%] Built target osgParticle [ 21%] Building CXX object src/osgTerrain/CMakeFiles/osgTerrain.dir/Version.cpp.o [ 21%] Linking CXX shared library ../../lib/libosgTerrain.so [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AlphaFunc.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Widget.cpp.o [ 21%] Built target osgTerrain [ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/CullVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/Widget.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgUtil/CullVisitor.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/LightSpacePerspectiveShadowMap.cpp.o [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AnimationPath.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/Version.cpp.o [ 21%] Building CXX object src/osgGA/CMakeFiles/osgGA.dir/CameraViewSwitchManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/LightSpacePerspectiveShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/LightSpacePerspectiveShadowMap.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osgUtil/CMakeFiles/osgdb_serializers_osgutil.dir/UpdateVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraViewSwitchManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/CameraViewSwitchManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalCullBoundsShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraViewSwitchManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AnimationPathCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalCullBoundsShadowMap.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 21%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgutil.so [ 21%] Built target osgdb_serializers_osgutil [ 21%] Linking CXX shared library ../../lib/libosgGA.so [ 21%] Building CXX object src/osgPlugins/osga/CMakeFiles/osgdb_osga.dir/OSGA_Archive.cpp.o [ 21%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Array.cpp.o [ 21%] Built target osgGA [ 21%] Building CXX object src/osgPlugins/rot/CMakeFiles/osgdb_rot.dir/ReaderWriterROT.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/OSGA_Archive.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalDrawBoundsShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rot/ReaderWriterROT.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalDrawBoundsShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalDrawBoundsShadowMap.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 21%] Building CXX object src/osgPlugins/osga/CMakeFiles/osgdb_osga.dir/ReaderWriterOSGA.cpp.o [ 21%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rot.so [ 21%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/MinimalShadowMap.cpp.o [ 21%] Built target osgdb_rot [ 21%] Building CXX object src/osgPlugins/scale/CMakeFiles/osgdb_scale.dir/ReaderWriterSCALE.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/ReaderWriterOSGA.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/MinimalShadowMap.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/scale/ReaderWriterSCALE.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osga.so [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/StandardShadowMap.cpp.o [ 22%] Built target osgdb_osga [ 22%] Building CXX object src/osgPlugins/trans/CMakeFiles/osgdb_trans.dir/ReaderWriterTRANS.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_scale.so [ 22%] Built target osgdb_scale [ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/ReaderWriterNormals.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trans/ReaderWriterTRANS.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/ReaderWriterNormals.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReadFile:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/ReaderWriterNormals.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_trans.so [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowTechnique.cpp.o [ 22%] Built target osgdb_trans [ 22%] Building CXX object src/osgPlugins/revisions/CMakeFiles/osgdb_revisions.dir/ReaderWriterRevisions.cpp.o [ 22%] Building CXX object src/osgPlugins/normals/CMakeFiles/osgdb_normals.dir/Normals.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/revisions/ReaderWriterRevisions.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/Normals.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/normals/Normals.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioSink.cpp.o [ 22%] Building CXX object src/osgShadow/CMakeFiles/osgShadow.dir/ViewDependentShadowMap.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_revisions.so [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_normals.so [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AudioStream.cpp.o [ 22%] Built target osgdb_revisions [ 22%] Built target osgdb_normals [ 22%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG.cpp.o [ 22%] Building CXX object src/osgPlugins/glsl/CMakeFiles/osgdb_glsl.dir/ReaderWriterGLSL.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/ReaderWriterGLSL.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 22%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/AutoTransform.cpp.o [ 22%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_glsl.so [ 22%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/ReaderWriterOSG2.cpp.o [ 22%] Built target osgdb_glsl [ 22%] Linking CXX shared library ../../lib/libosgShadow.so [ 22%] Building CXX object src/osgPlugins/rgb/CMakeFiles/osgdb_rgb.dir/ReaderWriterRGB.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/ReaderWriterOSG2.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 22%] Built target osgShadow In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 22%] Building CXX object src/osgPlugins/bmp/CMakeFiles/osgdb_bmp.dir/ReaderWriterBMP.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rgb/ReaderWriterRGB.cpp:9: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/rgb/ReaderWriterRGB.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Billboard.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bmp/ReaderWriterBMP.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_rgb.so [ 23%] Built target osgdb_rgb [ 23%] Building CXX object src/osgPlugins/pnm/CMakeFiles/osgdb_pnm.dir/ReaderWriterPNM.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bmp.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BindImageTexture.cpp.o [ 23%] Built target osgdb_bmp [ 23%] Building CXX object src/osgPlugins/dds/CMakeFiles/osgdb_dds.dir/ReaderWriterDDS.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osg.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/ReaderWriterPNM.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_osg In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/tga/CMakeFiles/osgdb_tga.dir/ReaderWriterTGA.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/ReaderWriterTGA.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tga/ReaderWriterTGA.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp: In function 'bool WriteDDSFile(const osg::Image*, std::ostream&, bool)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1082:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDSURFACEDESC2'; use assignment or value-initialization instead [-Wclass-memaccess] 1082 | memset( &ddsd, 0, sizeof( ddsd ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:149:8: note: 'struct DDSURFACEDESC2' declared here 149 | struct DDSURFACEDESC2 | ^~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1084:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDPIXELFORMAT'; use assignment or value-initialization instead [-Wclass-memaccess] 1084 | memset( &ddpf, 0, sizeof( ddpf ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:82:8: note: 'struct DDPIXELFORMAT' declared here 82 | struct DDPIXELFORMAT | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:1090:11: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct DDSCAPS2'; use assignment or value-initialization instead [-Wclass-memaccess] 1090 | memset( &ddsCaps, 0, sizeof( ddsCaps ) ); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/ReaderWriterDDS.cpp:131:9: note: 'struct DDSCAPS2' declared here 131 | struct DDSCAPS2 | ^~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pnm.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendColor.cpp.o [ 23%] Built target osgdb_pnm [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/ReaderWriterHDR.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dds.so [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tga.so [ 23%] Built target osgdb_dds [ 23%] Built target osgdb_tga In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/ReaderWriterHDR.cpp:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/ReaderWriterHDR.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/SimpleDotVisitor.cpp.o [ 23%] Building CXX object src/osgPlugins/vtf/CMakeFiles/osgdb_vtf.dir/ReaderWriterVTF.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.h:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/SimpleDotVisitor.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/vtf/ReaderWriterVTF.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/vtf/ReaderWriterVTF.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrloader.cpp.o [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/BaseDotVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/hdrloader.cpp:35: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendEquationi.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/BaseDotVisitor.h:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_vtf.so [ 23%] Built target osgdb_vtf [ 23%] Building CXX object src/osgPlugins/ktx/CMakeFiles/osgdb_ktx.dir/ReaderWriterKTX.cpp.o [ 23%] Building CXX object src/osgPlugins/hdr/CMakeFiles/osgdb_hdr.dir/hdrwriter.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendFunc.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/dot/CMakeFiles/osgdb_dot.dir/ReaderWriterDOT.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ktx/ReaderWriterKTX.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_hdr.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/ReaderWriterDOT.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_hdr In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/ReaderWriterDOT.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/EXIF_Orientation.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BlendFunci.cpp.o [ 23%] Building CXX object src/osgPlugins/jpeg/CMakeFiles/osgdb_jpeg.dir/ReaderWriterJPEG.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ktx.so [ 23%] Built target osgdb_ktx In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgPlugins/jp2/CMakeFiles/osgdb_jp2.dir/ReaderWriterJP2.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dot.so [ 23%] Built target osgdb_dot [ 23%] Building CXX object src/osgPlugins/exr/CMakeFiles/osgdb_exr.dir/ReaderWriterEXR.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Box.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_init.h:73, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jasper.h:78, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/jp2/ReaderWriterJP2.cpp:20: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h: At global scope: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h:131:16: warning: unnecessary parentheses in declaration of 'reserved' [-Wparentheses] 131 | void (*(reserved[4]))(void); | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_malloc.h:131:16: note: remove parentheses 131 | void (*(reserved[4]))(void); | ^~~~~~~~~~~~~ | - - In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_seq.h:81, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_image.h:81, from /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_init.h:74: /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h: In function 'jas_safeui64_t jas_safeui64_from_intmax(intmax_t)': /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h:621:25: warning: comparison of integer expressions of different signedness: 'intmax_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 621 | if (x >= 0 && x <= UINT_LEAST64_MAX) { | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h: In function 'jas_i32_t jas_safeui64_to_i32(jas_safeui64_t, jas_i32_t)': /home/pbulk/build/graphics/osg/work/.buildlink/include/jasper/jas_math.h:738:32: warning: comparison of integer expressions of different signedness: 'uint_least64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 738 | if (x.valid && x.value >= JAS_I32_MIN && x.value <= JAS_I32_MAX) { In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jpeg.so [ 23%] Built target osgdb_jpeg [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferData.cpp.o [ 23%] Building CXX object src/osgPlugins/gif/CMakeFiles/osgdb_gif.dir/ReaderWriterGIF.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:45:31: warning: 'Imf_3_4::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 45 | virtual Int64 tellg () | ^ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:16: /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:49:39: warning: 'Imf_3_4::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 49 | virtual void seekg (Int64 pos) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:73:31: warning: 'Imf_3_4::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 73 | virtual Int64 tellp () | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/ReaderWriterEXR.cpp:77:36: warning: 'Imf_3_4::Int64' is deprecated: use uint64_t [-Wdeprecated-declarations] 77 | virtual void seekp (Int64 pos) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/OpenEXR/ImfInt64.h:23:32: note: declared here 23 | typedef IMATH_NAMESPACE::Int64 Int64; | ^~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_jp2.so [ 23%] Built target osgdb_jp2 In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/ReaderWriterGIF.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/ReaderWriterGIF.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgPlugins/png/CMakeFiles/osgdb_png.dir/ReaderWriterPNG.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferIndexBinding.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_exr.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/png/ReaderWriterPNG.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/png/ReaderWriterPNG.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_exr [ 23%] Building CXX object src/osgPlugins/tiff/CMakeFiles/osgdb_tiff.dir/ReaderWriterTIFF.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gif.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_gif [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/BufferObject.cpp.o [ 23%] Building CXX object src/osgPlugins/3dc/CMakeFiles/osgdb_3dc.dir/ReaderWriter3DC.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ In file included from /home/pbulk/build/graphics/osg/work/.buildlink/include/tiffio.h:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:13: /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:325:49: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 325 | checkcmap(int n, uint16* r, uint16* g, uint16* b) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:335:92: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 335 | invert_row(unsigned char *ptr, unsigned char *data, int n, int invert, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:388:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 388 | int n, int numSamples, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:435:71: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 435 | int n, int numSamples, uint16 bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:506:39: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 506 | uint16& bitspersample) | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In function 'unsigned char* simage_tiff_load(std::istream&, int&, int&, int&, uint16&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:509:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 509 | uint16 dataType; | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:510:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 510 | uint16 samplesperpixel; | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:511:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 511 | uint16 photometric; | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 512 | uint32 w, h; | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:512:15: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 512 | uint32 w, h; | ^ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:513:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 513 | uint16 config; | ^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:514:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 514 | uint16* red; | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:515:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 515 | uint16* green; | ^~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:516:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 516 | uint16* blue; | ^~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:519:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 519 | uint32 row; | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:732:75: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 732 | if (TIFFReadScanline(in, (tdata_t)(inbuf+s*rowsize), (uint32)row, (tsample_t)s) < 0) | ^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::ReadResult ReaderWriterTIFF::readTIFStream(std::istream&) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:796:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 796 | uint16 bitspersample_ret = 0; | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp: In member function 'osgDB::ReaderWriter::WriteResult::WriteStatus ReaderWriterTIFF::writeTIFStream(std::ostream&, const osg::Image&, const osgDB::ReaderWriter::Options*) const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:908:20: warning: 'uint16' is deprecated [-Wdeprecated-declarations] 908 | uint16 photometric; | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:83:38: note: declared here 83 | typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; | ^~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:950:20: warning: 'uint32' is deprecated [-Wdeprecated-declarations] 950 | uint32 rowsperstrip = 0; | ^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/tiff.h:86:38: note: declared here 86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; | ^~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_png.so [ 23%] Built target osgdb_png In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3dc/ReaderWriter3DC.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/curl/CMakeFiles/osgdb_curl.dir/ReaderWriterCURL.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tiff.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Callback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Built target osgdb_tiff In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/gz/CMakeFiles/osgdb_gz.dir/ReaderWriterGZ.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp: In member function 'osgDB::ReaderWriter::WriteResult osg_curl::EasyCurl::write(const std::string&, const std::string&, StreamObject&, const osgDB::ReaderWriter::Options*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:199:9: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 199 | CURLFORM_COPYNAME, "upload", | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:25: /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2559:3: note: declared here 2559 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:200:9: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 200 | CURLFORM_CONTENTTYPE, mimeType.c_str(), | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2574:3: note: declared here 2574 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:201:9: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 201 | CURLFORM_BUFFER, uploadFileName.c_str(), | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2570:3: note: declared here 2570 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:202:9: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 202 | CURLFORM_BUFFERPTR, postedContent, | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2571:3: note: declared here 2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:203:9: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 203 | CURLFORM_BUFFERLENGTH, contentLength, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2572:3: note: declared here 2572 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:198:17: warning: 'CURLFORMcode curl_formadd(curl_httppost**, curl_httppost**, ...)' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 198 | curl_formadd(&post, &last, | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 199 | CURLFORM_COPYNAME, "upload", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200 | CURLFORM_CONTENTTYPE, mimeType.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 201 | CURLFORM_BUFFER, uploadFileName.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 202 | CURLFORM_BUFFERPTR, postedContent, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 | CURLFORM_BUFFERLENGTH, contentLength, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 204 | CURLFORM_END); | ~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2634:1: note: declared here 2634 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:207:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 207 | curl_easy_setopt(_curl, CURLOPT_HTTPPOST, post); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:3339:68: note: in definition of macro 'curl_easy_setopt' 3339 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1234:21: note: declared here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1120:40: note: in definition of macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:211:28: warning: 'void curl_formfree(curl_httppost*)' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 211 | if (post) curl_formfree(post); | ~~~~~~~~~~~~~^~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:2670:1: note: declared here 2670 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/ReaderWriterCURL.cpp:213:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 213 | curl_easy_setopt(_curl, CURLOPT_HTTPPOST, (void *)0); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:3339:68: note: in definition of macro 'curl_easy_setopt' 3339 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) | ^~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1234:21: note: declared here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/.buildlink/include/curl/curl.h:1120:40: note: in definition of macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gz/ReaderWriterGZ.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3dc.so [ 23%] Built target osgdb_3dc [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/ReaderWriterDirectX.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CallbackObject.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/ReaderWriterDirectX.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_curl.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/ReaderWriterDirectX.cpp:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 23%] Built target osgdb_curl [ 23%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/OBJWriterNodeVisitor.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_gz.so [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Camera.cpp.o [ 23%] Built target osgdb_gz [ 23%] Building CXX object src/osgPlugins/pic/CMakeFiles/osgdb_pic.dir/ReaderWriterPIC.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/OBJWriterNodeVisitor.h:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/ReaderWriterPIC.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/ReaderWriterPIC.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/directx.cpp.o [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/mesh.cpp.o [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pic.so [ 23%] Built target osgdb_pic [ 23%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/ReaderWriterOBJ.cpp.o [ 23%] Building CXX object src/osgPlugins/stl/CMakeFiles/osgdb_stl.dir/ReaderWriterSTL.cpp.o [ 23%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CameraView.cpp.o [ 23%] Building CXX object src/osgPlugins/x/CMakeFiles/osgdb_x.dir/types.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/stl/ReaderWriterSTL.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 23%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_x.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/ReaderWriterOBJ.cpp:45: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 23%] Built target osgdb_x In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/stl/ReaderWriterSTL.cpp:35: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 23%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/ReaderWriter3DS.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Capsule.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_stl.so [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClampColor.cpp.o [ 24%] Building CXX object src/osgPlugins/obj/CMakeFiles/osgdb_obj.dir/obj.cpp.o [ 24%] Built target osgdb_stl [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Exception.cpp.o [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/Geode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp: In function 'std::string strip(const std::string&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:41:91: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 41 | result.assign( std::find_if( ss.begin(), ss.end(), std::not1( std::ptr_fun< int, int >( isspace ) ) ), | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/string:49, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/ios:44, from /opt/tools/gcc14/include/c++/14.3.0/ostream:40, from /opt/tools/gcc14/include/c++/14.3.0/iostream:41, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:14: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1123:5: note: declared here 1123 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:41:65: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 41 | result.assign( std::find_if( ss.begin(), ss.end(), std::not1( std::ptr_fun< int, int >( isspace ) ) ), | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1043:5: note: declared here 1043 | not1(const _Predicate& __pred) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:42:93: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 42 | std::find_if( ss.rbegin(), ss.rend(), std::not1( std::ptr_fun< int, int >( isspace ) ) ).base() ); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1123:5: note: declared here 1123 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/obj/obj.cpp:42:67: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 42 | std::find_if( ss.rbegin(), ss.rend(), std::not1( std::ptr_fun< int, int >( isspace ) ) ).base() ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_function.h:1043:5: note: declared here 1043 | not1(const _Predicate& __pred) | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:11: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/Geode.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClearNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterNodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullFace:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterNodeVisitor.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgPlugins/ac/CMakeFiles/osgdb_ac.dir/ac3d.cpp.o [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_obj.so [ 24%] Built target osgdb_obj [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipControl.cpp.o [ 24%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/POVWriterNodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/ac3d.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/ac3d.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/POVWriterNodeVisitor.cpp:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipNode.cpp.o [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/WriterCompareTriangle.cpp.o [ 24%] Building CXX object src/osgPlugins/pov/CMakeFiles/osgdb_pov.dir/ReaderWriterPOV.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterCompareTriangle.h:4, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/WriterCompareTriangle.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClipPlane.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/ReaderWriterPOV.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 24%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ac.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pov/ReaderWriterPOV.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 24%] Built target osgdb_ac [ 24%] Building CXX object src/osgPlugins/logo/CMakeFiles/osgdb_logo.dir/ReaderWriterLOGO.cpp.o [ 24%] Building CXX object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_io.c.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c: In function 'void lib3ds_io_setup(Lib3dsIo*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c:30:23: warning: 'void* std::calloc(size_t, size_t)' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 30 | io->impl = calloc(sizeof(Lib3dsIoImpl), 1); | ^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/3ds/lib3ds/lib3ds_io.c:30:23: note: earlier argument should specify number of elements, later size of each element [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_atmosphere.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/logo/ReaderWriterLOGO.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_background.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_camera.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_chunk.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_chunktable.c.o [ 25%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ClusterCullingCallback.cpp.o [ 25%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pov.so [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_file.c.o [ 25%] Built target osgdb_pov [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_light.c.o [ 25%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/ReaderWriterLWS.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_material.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_math.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_matrix.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/ReaderWriterLWS.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_mesh.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 25%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_logo.so [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_node.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/ReaderWriterLWS.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 25%] Built target osgdb_logo [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_quat.c.o [ 25%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMask.cpp.o [ 25%] Building CXX object src/osgPlugins/md2/CMakeFiles/osgdb_md2.dir/ReaderWriterMD2.cpp.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_shadow.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_track.c.o [ 25%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_util.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/md2/ReaderWriterMD2.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_vector.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/md2/ReaderWriterMD2.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 26%] Building C object src/osgPlugins/3ds/CMakeFiles/osgdb_3ds.dir/lib3ds/lib3ds_viewport.c.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 26%] Building CXX object src/osgPlugins/lws/CMakeFiles/osgdb_lws.dir/SceneLoader.cpp.o [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_3ds.so [ 26%] Built target osgdb_3ds [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMaski.cpp.o [ 26%] Building CXX object src/osgPlugins/osgtgz/CMakeFiles/osgdb_osgtgz.dir/ReaderWriterOSGTGZ.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.h:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:11: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lws/SceneLoader.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ColorMatrix.cpp.o [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_md2.so [ 26%] Built target osgdb_md2 [ 26%] Building CXX object src/osgPlugins/tgz/CMakeFiles/osgdb_tgz.dir/ReaderWriterTGZ.cpp.o [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lws.so [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgtgz.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tgz/ReaderWriterTGZ.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 26%] Built target osgdb_lws In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 26%] Built target osgdb_osgtgz In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CompositeShape.cpp.o [ 26%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/ReaderWriterBSP.cpp.o [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingBoxCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/ReaderWriterBSP.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/ReaderWriterBSP.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 26%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tgz.so [ 26%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ComputeBoundingSphereCallback.cpp.o [ 26%] Built target osgdb_tgz [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/ReaderWriterMDL.cpp.o [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cone.cpp.o [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/BITSET.cpp.o [ 27%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPReader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/ReaderWriterMDL.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/ReaderWriterMDL.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/Q3BSPReader.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexHull.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/Q3BSPReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 27%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ConvexPlanarOccluder.cpp.o [ 27%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/BodyPart.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CoordinateSystemNode.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/CullFace.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Mesh.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/Q3BSPLoad.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/Model.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Cylinder.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.h:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Mesh.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/Model.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp: In member function 'void bsp::VBSPData::addStaticProp(bsp::StaticPropV4&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:261:11: warning: 'void* std::memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct bsp::StaticProp' from an array of 'struct bsp::StaticPropV4' [-Wclass-memaccess] 261 | memcpy(&newPropV5, &newProp, sizeof(StaticPropV4)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPData.h:79:8: note: 'struct bsp::StaticProp' declared here 79 | struct StaticProp | ^~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Depth.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPEntity.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DispatchCompute.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.h:6, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.h:7, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPEntity.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLReader.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawIndirectBufferObject.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/MDLReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/DrawPixels.cpp.o [ 28%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPGeometry.cpp.o [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Drawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPGeometry.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 28%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ElementBufferObject.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/MDLRoot.cpp.o [ 28%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VTXReader.cpp.o [ 29%] Building CXX object src/osgPlugins/bsp/CMakeFiles/osgdb_bsp.dir/VBSPReader.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/EllipsoidModel.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Fog.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VTXReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/VBSPReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FragmentProgram.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/FrontFace.cpp.o [ 29%] Building CXX object src/osgPlugins/mdl/CMakeFiles/osgdb_mdl.dir/VVDReader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Geode.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 29%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_bsp.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/VVDReader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Built target osgdb_bsp [ 29%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/ReaderWriterPLY.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/ReaderWriterPLY.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Geometry.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 29%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_mdl.so [ 29%] Built target osgdb_mdl [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegClocks.cpp.o [ 29%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Group.cpp.o [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderAudio.cpp.o [ 29%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/vertexData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/vertexData.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 29%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/HeightField.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Hint.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderVideo.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegImageStream.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Image.cpp.o [ 30%] Building CXX object src/osgPlugins/ply/CMakeFiles/osgdb_ply.dir/plyfile.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ImageSequence.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/plyfile.cpp:52: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegAudioStream.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ImageStream.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegParameters.cpp.o [ 30%] Building CXX object src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/ReaderWriterFFmpeg.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LOD.cpp.o [ 30%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ply.so [ 30%] Built target osgdb_ply In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AudioStream:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp:5, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 30%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/unzip.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp: In member function 'ZRESULT TUnzip::Find(const TCHAR*, bool, int*, ZIPENTRY*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:4189:26: warning: 'void* std::memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ZIPENTRY'; use assignment or value-initialization instead [-Wclass-memaccess] 4189 | if (ze!=NULL) {memset(ze,0,sizeof(ZIPENTRY)); ze->index=-1;} | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:121: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.h:78:8: note: 'struct ZIPENTRY' declared here 78 | struct ZIPENTRY | ^~~~~~~~ [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LibraryWrapper.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp: In function 'unsigned int FormatZipMessageU(ZRESULT, TCHAR*, unsigned int)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/unzip.cpp:4462:10: warning: 'char* std::strncpy(char*, const char*, size_t)' output may be truncated copying between 0 and 53 bytes from a string of length 53 [-Wstringop-truncation] 4462 | strncpy(buf,msg,n); | ~~~~~~~^~~~~~~~~~~ [ 30%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/ZipArchive.cpp.o [ 30%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Light.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ZipArchive.h:4, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ZipArchive.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ZipArchive.h:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 31%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_ffmpeg.so [ 31%] Built target osgdb_ffmpeg [ 31%] Building CXX object src/osgPlugins/pvr/CMakeFiles/osgdb_pvr.dir/ReaderWriterPVR.cpp.o [ 31%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LightModel.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pvr/ReaderWriterPVR.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pvr/ReaderWriterPVR.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 31%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LightSource.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 31%] Building CXX object src/osgPlugins/zip/CMakeFiles/osgdb_zip.dir/ReaderWriterZIP.cpp.o [ 31%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineStipple.cpp.o [ 32%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_pvr.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ReaderWriterZIP.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/ReaderWriterZIP.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LineWidth.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 32%] Built target osgdb_pvr [ 32%] Building CXX object src/osgPlugins/trk/CMakeFiles/osgdb_trk.dir/ReaderWriterTRK.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/trk/ReaderWriterTRK.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/LogicOp.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 32%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Material.cpp.o [ 33%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_zip.so [ 33%] Built target osgdb_zip [ 33%] Building CXX object src/osgPlugins/tf/CMakeFiles/osgdb_tf.dir/ReaderWriterTF.cpp.o [ 33%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/MatrixTransform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tf/ReaderWriterTF.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 33%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_trk.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tf/ReaderWriterTF.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 33%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Multisample.cpp.o [ 33%] Built target osgdb_trk [ 33%] Building CXX object src/osgPlugins/lua/CMakeFiles/osgdb_lua.dir/LuaScriptEngine.cpp.o [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Node.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ScriptEngine:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/InputStream:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Serializer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ObjectWrapper:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 34%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_tf.so [ 34%] Built target osgdb_tf [ 34%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeCallback.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::get(T&) const [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2794:25: required from here 2794 | if (ssp->get(value)) | ~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:74:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 74 | t = *(reinterpret_cast(data)); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::get(T&) const [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2804:25: required from here 2804 | if (ssp->get(value)) | ~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:74:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 74 | t = *(reinterpret_cast(data)); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::set(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3042:25: required from here 3042 | ssp->set(value); | ~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:56:43: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 56 | *(reinterpret_cast(data)) = t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h: In instantiation of 'bool lua::SerializerScratchPad::set(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3052:25: required from here 3052 | ssp->set(value); | ~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:56:43: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 56 | *(reinterpret_cast(data)) = t; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AlphaFunc.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'bool osg::Object::getUserValue(const std::string&, T&) const [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:228:37: required from 'bool osgDB::ClassInterface::getProperty(const osg::Object*, const std::string&, T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 228 | else return object->getUserValue(propertyName, value); // fallback to check user data for property | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2510:32: required from here 2510 | if (_ci.getProperty(object, propertyName, value)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:366:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 366 | value = uvo->getValue(); | ~~~~~~^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'bool osg::Object::getUserValue(const std::string&, T&) const [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:228:37: required from 'bool osgDB::ClassInterface::getProperty(const osg::Object*, const std::string&, T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 228 | else return object->getUserValue(propertyName, value); // fallback to check user data for property | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:2520:32: required from here 2520 | if (_ci.getProperty(object, propertyName, value)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:366:15: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 366 | value = uvo->getValue(); | ~~~~~~^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'osg::TemplateValueObject::TemplateValueObject(const std::string&, const T&) [with T = osg::Quat; std::string = std::__cxx11::basic_string]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.h:247:46: required from 'osg::Object* lua::LuaScriptEngine::getValueObject(int) const [with T = osg::Quat]' 247 | if (getValue(pos, value)) return new osg::TemplateValueObject("", value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3869:81: required from here 3869 | case(osgDB::BaseSerializer::RW_QUAT): object = getValueObject(-1); break; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:296:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 296 | _value(value) {} | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'void osg::TemplateValueObject::setValue(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:395:26: required from 'void osg::Object::setUserValue(const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 395 | uvo->setValue(value); | ~~~~~~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:238:29: required from 'bool osgDB::ClassInterface::setProperty(osg::Object*, const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 238 | object->setUserValue(propertyName, value); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3327:32: required from here 3327 | _ci.setProperty(object, propertyName, value); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:308:48: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 308 | void setValue(const T& value) { _value = value; } | ~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'void osg::TemplateValueObject::setValue(const T&) [with T = osg::BoundingSphereImpl]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:395:26: required from 'void osg::Object::setUserValue(const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 395 | uvo->setValue(value); | ~~~~~~~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ClassInterface:238:29: required from 'bool osgDB::ClassInterface::setProperty(osg::Object*, const std::string&, const T&) [with T = osg::BoundingSphereImpl; std::string = std::__cxx11::basic_string]' 238 | object->setUserValue(propertyName, value); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:3337:32: required from here 3337 | _ci.setProperty(object, propertyName, value); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:308:48: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 308 | void setValue(const T& value) { _value = value; } | ~~~~~~~^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3d]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject: In instantiation of 'osg::TemplateValueObject::TemplateValueObject(const osg::TemplateValueObject&, osg::CopyOp) [with T = osg::Quat]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:303:68: required from 'osg::Object* osg::TemplateValueObject::clone(const osg::CopyOp&) const [with T = osg::Quat]' 303 | virtual Object* clone(const CopyOp& copyop) const { return new TemplateValueObject(*this, copyop); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:303:25: required from here 303 | virtual Object* clone(const CopyOp& copyop) const { return new TemplateValueObject(*this, copyop); } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ValueObject:300:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 300 | _value(rhs._value) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AlphaFunc.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AlphaFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AlphaFunc.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeTrackerCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/NodeVisitor.cpp.o [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/AnimationPath.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Object.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AnimationPath.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/OccluderNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AnimationPath.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp: In function 'int callStateSetGet(lua_State*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/LuaScriptEngine.cpp:970:68: warning: 'this' pointer is null [-Wnonnull] 970 | OSG_NOTICE<<"Warning: StateSet:get("<className()<<") Could not find uniform"<& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/AutoTransform.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PatchParameter.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Point.cpp.o [ 35%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Billboard.cpp.o [ 35%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lua.so [ 35%] Built target osgdb_lua [ 35%] Building CXX object applications/osgversion/CMakeFiles/application_osgversion.dir/osgversion.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Billboard.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Billboard:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PointSprite.cpp.o [ 35%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonMode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 36%] Linking CXX executable ../../bin/osgversion [ 36%] Built target application_osgversion [ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/AnisotropicLighting.cpp.o [ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendColor.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonOffset.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PolygonStipple.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendColor.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendColor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendColor.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendColor.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PositionAttitudeTransform.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveRestartIndex.cpp.o [ 36%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/BumpMapping.cpp.o [ 36%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendEquation.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendEquation.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendEquation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendEquation.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveSet.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/PrimitiveSetIndirect.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Cartoon.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/BlendFunc.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendFunc.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BlendFunc:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/BlendFunc.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Program.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Projection.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Effect.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Box.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Box.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Box.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ProxyNode.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/SampleMaski.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/LibraryWrapper.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Camera.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Scissor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Camera.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Camera.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Script.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ScriptNodeCallback.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/MultiTextureControl.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CameraView.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CameraView.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView: In copy constructor 'osg::CameraView::CameraView(const osg::CameraView&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CameraView:37:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 37 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CameraView.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sequence.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShadeModel.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Outline.cpp.o [ 37%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Capsule.cpp.o [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Shader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Capsule.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 37%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShaderAttribute.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Capsule.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/Scribe.cpp.o [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShaderBinary.cpp.o [ 38%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Shape.cpp.o [ 38%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClearNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClearNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClearNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClearNode.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 38%] Building CXX object src/osgWrappers/serializers/osgFX/CMakeFiles/osgdb_serializers_osgfx.dir/SpecularHighlights.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ShapeDrawable.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Sphere.cpp.o [ 39%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipControl.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StateAttribute.cpp.o [ 39%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgfx.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipControl.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipControl.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 39%] Built target osgdb_serializers_osgfx In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 39%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Block.cpp.o [ 39%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StateSet.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Clip.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Converter.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Stencil.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Layer.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Converter.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Converter.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipNode.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/StencilTwoSided.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Switch.cpp.o [ 40%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClipPlane.cpp.o [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TessellationHints.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipPlane.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipPlane:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClipPlane.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClipPlane:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 40%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnv.cpp.o [ 40%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Object.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ClusterCullingCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Layer.h:13, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Object.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnvCombine.cpp.o [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexEnvFilter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ClusterCullingCallback:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ClusterCullingCallback.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexGen.cpp.o [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexGenNode.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ColorMask.cpp.o [ 41%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/old_lw.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMask.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMask:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMask.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/old_lw.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TexMat.cpp.o [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture.cpp.o [ 41%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Polygon.cpp.o [ 41%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ColorMatrix.cpp.o [ 41%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture1D.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMatrix.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMatrix:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ColorMatrix.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ColorMatrix:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2D.cpp.o [ 42%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/ReaderWriterLWO.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CompositeShape.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2DArray.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/ReaderWriterLWO.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/ReaderWriterLWO.cpp:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CompositeShape.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CompositeShape.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture2DMultisample.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Texture3D.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Cone.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Cone.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 42%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Surface.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Cone.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureBuffer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureCubeMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ConvexPlanarOccluder.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ConvexPlanarOccluder.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ConvexPlanarPolygon:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ConvexPlanarOccluder:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ConvexPlanarOccluder.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 42%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Tessellator.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TextureRectangle.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Tessellator.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Tessellator.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CoordinateSystemNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CoordinateSystemNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CoordinateSystemNode.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 42%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/Unit.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TransferFunction1D.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Transform.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Polygon.h:12, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.h:11, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Unit.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/VertexMap.h:14, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/Surface.h:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/CullFace.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CullFace.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CullFace:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/CullFace.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/TriangleMesh.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Uniform.cpp.o [ 42%] Building CXX object src/osgPlugins/lwo/CMakeFiles/osgdb_lwo.dir/VertexMap.cpp.o [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Cylinder.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UniformCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Cylinder.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 42%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_lwo.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Cylinder.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UpdateCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 42%] Built target osgdb_lwo [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_AnisotropicLighting.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/UserDataContainer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/AnisotropicLighting:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_AnisotropicLighting.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 42%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Depth.cpp.o [ 42%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/ValueObject.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexAttribDivisor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Depth.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Depth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Depth.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_BumpMapping.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/BumpMapping:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_BumpMapping.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexBufferObject.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Drawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Drawable.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/VertexProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Cartoon.cpp.o [ 43%] Building CXX object src/osgWrappers/serializers/osg/CMakeFiles/osgdb_serializers_osg.dir/Viewport.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Cartoon:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_Cartoon.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Effect.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/EllipsoidModel.cpp.o [ 43%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osg.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/EllipsoidModel.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/EllipsoidModel.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_Effect.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 43%] Built target osgdb_serializers_osg In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/BlinkSequence.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_MultiTextureControl.cpp.o [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ColorRange.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/MultiTextureControl:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_MultiTextureControl.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_MultiTextureControl.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/DOFTransform.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Fog.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Outline.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/DOFTransform:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/DOFTransform.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Fog.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Fog:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Fog.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Outline:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_Outline.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Fog.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ElevationSlice.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_Scribe.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ElevationSlice.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ElevationSlice.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Scribe:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_Scribe.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/FragmentProgram.cpp.o [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/IO_SpecularHighlights.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FragmentProgram:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FragmentProgram.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/SpecularHighlights:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/IO_SpecularHighlights.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Technique:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/Effect:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osgFX/CMakeFiles/osgdb_deprecated_osgfx.dir/LibraryWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/HeightAboveTerrain.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/FrontFace.cpp.o [ 43%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Impostor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/HeightAboveTerrain.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/HeightAboveTerrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/HeightAboveTerrain.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FrontFace.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/FrontFace:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/FrontFace.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/Impostor.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 43%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgfx.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 43%] Built target osgdb_deprecated_osgfx [ 43%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/FadeText.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ImpostorSprite.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ImpostorSprite.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: [ 44%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Geode.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/InsertImpostorsVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Geode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/InsertImpostorsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/InsertImpostorsVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Impostor:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/InsertImpostorsVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/LibraryWrapper.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPoint.cpp.o [ 44%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointDrawable.cpp.o [ 45%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Geometry.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Geometry.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointDrawable.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPointNode:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointNode.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/Sector:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPoint:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LightPointNode:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 45%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LightPointSpriteDrawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointSpriteDrawable.h:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LightPointSpriteDrawable.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/LineOfSight.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/LineOfSight:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/LineOfSight.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 45%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/Text3D.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/MultiSwitch.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/MultiSwitch:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/MultiSwitch.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/OverlayNode.cpp.o [ 45%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarBar.cpp.o [ 45%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Group.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ComputeBoundsVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/OverlayNode.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/OverlayNode.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/OverlayNode.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/ScalarBar:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/ScalarBar.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Group.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Group.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 46%] Building CXX object src/osgWrappers/serializers/osgText/CMakeFiles/osgdb_serializers_osgtext.dir/TextBase.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/HeightField.cpp.o [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ScalarsToColors.cpp.o [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Sector.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/HeightField.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/HeightField.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/ShapeAttribute.cpp.o [ 46%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgtext.so [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/SphereSegment.cpp.o [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/Version.cpp.o [ 46%] Built target osgdb_serializers_osgtext [ 46%] Building CXX object src/osgSim/CMakeFiles/osgSim.dir/VisibilityGroup.cpp.o [ 46%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/ReaderWriterDXF.cpp.o [ 46%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Image.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/SphereSegment:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgSim/VisibilityGroup:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/VisibilityGroup.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/VisibilityGroup.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/ReaderWriterDXF.cpp:12: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Image.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Image.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In member function 'osgSim::SphereSegment::LineList osgSim::SphereSegment::computeIntersection(const osg::Matrixd&, osg::Drawable*)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2269:67: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2269 | SphereSegment::LineList radiusLines = tif.computeIntersections(radiusIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2270:68: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2270 | SphereSegment::LineList elevMinLines = tif.computeIntersections(elevMinIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2271:68: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2271 | SphereSegment::LineList elevMaxLines = tif.computeIntersections(elevMaxIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2278:46: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2278 | azMinLines = tif.computeIntersections(azMinIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2279:46: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2279 | azMaxLines = tif.computeIntersections(azMaxIntersector); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1266:56: note: initializing argument 1 of 'osgSim::SphereSegment::LineList SphereSegmentIntersector::TriangleIntersectOperator::computeIntersections(I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1266 | SphereSegment::LineList computeIntersections(I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2282:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2282 | tif.trim(azMinLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2283:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2283 | tif.trim(azMaxLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2286:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2286 | tif.trim(azMinLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2287:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2287 | tif.trim(azMaxLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2290:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2290 | tif.trim(azMinLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2291:17: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2291 | tif.trim(azMaxLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2294:17: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2294 | tif.trim(azMinLines,azMinEndIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2295:17: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2295 | tif.trim(azMaxLines,azMaxEndIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2300:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2300 | tif.trim(radiusLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2301:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2301 | tif.trim(elevMinLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2302:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2302 | tif.trim(elevMaxLines, azMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2305:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2305 | tif.trim(radiusLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2306:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2306 | tif.trim(elevMinLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2307:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2307 | tif.trim(elevMaxLines, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2312 | tif.trim(radiusLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2312 | tif.trim(radiusLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2313:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2313 | tif.trim(elevMinLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2313:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2313 | tif.trim(elevMinLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2314:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2314 | tif.trim(elevMaxLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2314:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 2314 | tif.trim(elevMaxLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1527:72: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1527 | void trim(SphereSegment::LineList& lineList, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2320:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2320 | tif.trim(elevMinLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2321:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 2321 | tif.trim(elevMaxLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2324:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2324 | tif.trim(radiusLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2327:13: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 2327 | tif.trim(radiusLines, elevMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1510:56: note: initializing argument 2 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]' 1510 | void trim(SphereSegment::LineList& lineList, I intersector) | ~~^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2282:17: required from here 2282 | tif.trim(azMinLines,radiusIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'constexpr SphereSegmentIntersector::RadiusIntersector::RadiusIntersector(const SphereSegmentIntersector::RadiusIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2219:28: note: because 'SphereSegmentIntersector::RadiusIntersector' has user-provided 'SphereSegmentIntersector::RadiusIntersector& SphereSegmentIntersector::RadiusIntersector::operator=(const SphereSegmentIntersector::RadiusIntersector&)' 2219 | RadiusIntersector& operator = (const RadiusIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::RadiusIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2286:17: required from here 2286 | tif.trim(azMinLines, elevMinIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'constexpr SphereSegmentIntersector::ElevationIntersector::ElevationIntersector(const SphereSegmentIntersector::ElevationIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2089:31: note: because 'SphereSegmentIntersector::ElevationIntersector' has user-provided 'SphereSegmentIntersector::ElevationIntersector& SphereSegmentIntersector::ElevationIntersector::operator=(const SphereSegmentIntersector::ElevationIntersector&)' 2089 | ElevationIntersector& operator = (const ElevationIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::ElevationIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2294:17: required from here 2294 | tif.trim(azMinLines,azMinEndIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1520:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1520 | trim(newLines, line, intersector); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1285:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1285 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector) | ~~^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp: In instantiation of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >]': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:2312:21: required from here 2312 | tif.trim(radiusLines, azMinIntersector, azMaxIntersector); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1537:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1537 | trim(newLines, line, intersector1, intersector2); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1349:84: note: initializing argument 3 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1349 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1537:21: warning: implicitly-declared 'SphereSegmentIntersector::AzimPlaneIntersector::AzimPlaneIntersector(const SphereSegmentIntersector::AzimPlaneIntersector&)' is deprecated [-Wdeprecated-copy] 1537 | trim(newLines, line, intersector1, intersector2); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1948:31: note: because 'SphereSegmentIntersector::AzimPlaneIntersector' has user-provided 'SphereSegmentIntersector::AzimPlaneIntersector& SphereSegmentIntersector::AzimPlaneIntersector::operator=(const SphereSegmentIntersector::AzimPlaneIntersector&)' 1948 | AzimPlaneIntersector& operator = (const AzimPlaneIntersector&) { return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/SphereSegment.cpp:1349:100: note: initializing argument 4 of 'void SphereSegmentIntersector::TriangleIntersectOperator::trim(osgSim::SphereSegment::LineList&, osg::Vec3Array*, I, I) [with I = SphereSegmentIntersector::AzimPlaneIntersector; osgSim::SphereSegment::LineList = std::vector > >; osg::Vec3Array = osg::TemplateArray]' 1349 | void trim(SphereSegment::LineList& lineList, osg::Vec3Array* sourceLine, I intersector1, I intersector2) | ~~^~~~~~~~~~~~ [ 47%] Building CXX object src/osgPlugins/txf/CMakeFiles/osgdb_txf.dir/ReaderWriterTXF.cpp.o [ 47%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ImageSequence.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txf/ReaderWriterTXF.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 47%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/DXFWriterNodeVisitor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ImageSequence.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageStream:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ImageSequence:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ImageSequence.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.h:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PolygonMode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 48%] Linking CXX shared library ../../lib/libosgSim.so [ 48%] Building CXX object src/osgPlugins/txf/CMakeFiles/osgdb_txf.dir/TXFFont.cpp.o [ 48%] Built target osgSim [ 48%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/FreeTypeFont.cpp.o [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LOD.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txf/TXFFont.h:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txf/TXFFont.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LOD.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeFont.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeFont.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LOD.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/aci.cpp.o [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfBlock.cpp.o [ 48%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_txf.so [ 48%] Built target osgdb_txf In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfBlock.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:26, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_Text.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LibraryWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/IO_Text.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 48%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/FreeTypeLibrary.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfEntity.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfEntity.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfEntity.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeFont.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeLibrary.h:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/FreeTypeLibrary.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Font:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfEntity.h:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfEntity.h:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Glyph:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_Text3D.cpp.o [ 48%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Light.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/TextBase:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text3D:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/IO_Text3D.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 48%] Building CXX object src/osgPlugins/freetype/CMakeFiles/osgdb_freetype.dir/ReaderWriterFreeType.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Light.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Light:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Light.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Light.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/ReaderWriterFreeType.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfFile.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/IO_TextBase.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LightModel.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/IO_TextBase.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:26, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightModel.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightModel:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightModel.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 49%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_freetype.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightModel.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Built target osgdb_freetype [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AccelOperator.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LightSource.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgText/CMakeFiles/osgdb_deprecated_osgtext.dir/LibraryWrapper.cpp.o [ 49%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfReader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LightSource:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightSource.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LightSource.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfDataTypes.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfReader.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AngularAccelOperator.cpp.o [ 49%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfSection.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfDataTypes.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:26: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LineStipple.cpp.o [ 49%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgtext.so [ 49%] Built target osgdb_deprecated_osgtext In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineStipple.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LineStipple:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineStipple.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AccelOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/AngularDampingOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/AccelOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AccelOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/dxfTable.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/LineWidth.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:16, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfTable.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfSection.h:26, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/dxfFile.h:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineWidth.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LineWidth:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/LineWidth.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AngularAccelOperator.cpp.o [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/BounceOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/AngularAccelOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularAccelOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgPlugins/dxf/CMakeFiles/osgdb_dxf.dir/scene.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Material.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/scene.h:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Material:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Material.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/BoxPlacer.cpp.o [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_AngularDampingOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/AngularDampingOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_AngularDampingOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Matrix.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 49%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_dxf.so [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/CenteredPlacer.cpp.o [ 49%] Built target osgdb_dxf In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.h:6, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Matrix.h:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 49%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/CompositeLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_BounceOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/CompositeLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/MatrixTransform.cpp.o [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/CompositePlacer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/BounceOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BounceOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/BounceOperator:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/MatrixTransform.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/MatrixTransform.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 49%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ContourLayer.cpp.o [ 49%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ConnectedParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/ContourLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_BoxPlacer.cpp.o [ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Node.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BoxPlacer.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/BoxPlacer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_BoxPlacer.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Node.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Node.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 50%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/DisplacementMappingTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 50%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ConstantRateCounter.cpp.o [ 50%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_CenteredPlacer.cpp.o [ 51%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/NodeCallback.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_CenteredPlacer.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 51%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Counter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/NodeCallback.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 52%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/GeometryTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 52%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ConnectedParticleSystem.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/DampingOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Object.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ConnectedParticleSystem:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ConnectedParticleSystem.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Object.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/HeightFieldLayer.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/DomainOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ConstantRateCounter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/HeightFieldLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/OccluderNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ConstantRateCounter.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OccluderNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/OccluderNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/OccluderNode.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ImageLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Emitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/ImageLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_DampingOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DampingOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DampingOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/OcclusionQueryNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/OcclusionQueryNode.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Layer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/OcclusionQueryNode:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionDebrisEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/Layer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_DomainOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_DomainOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PagedLOD.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/LOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PagedLOD:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PagedLOD.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PagedLOD.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/LibraryWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionEffect.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_Emitter.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Point.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_Emitter.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Point.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Point:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Point.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Locator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Point.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ExplosionOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionDebrisEffect.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PointSprite.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/ProxyLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionDebrisEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionDebrisEffect.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PointSprite.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PointSprite:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PointSprite.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FireEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/ProxyLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionEffect.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonMode.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/SwitchLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionEffect.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonMode.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PolygonMode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonMode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FluidFrictionOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgTerrain/SwitchLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ExplosionOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PolygonOffset.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/Terrain.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ExplosionOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ExplosionOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonOffset.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PolygonOffset:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PolygonOffset.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/FluidProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_FireEffect.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/PositionAttitudeTransform.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/TerrainTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FireEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_FireEffect.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ForceOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PositionAttitudeTransform.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:59:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 59 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath: In constructor 'osg::AnimationPath::ControlPoint::ControlPoint(const osg::Vec3d&, const osg::Quat&, const osg::Vec3d&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:64:17: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 64 | _rotation(rotation), | ^~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform: In copy constructor 'osg::PositionAttitudeTransform::PositionAttitudeTransform(const osg::PositionAttitudeTransform&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/PositionAttitudeTransform:36:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 36 | _attitude(pat._attitude), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/PositionAttitudeTransform.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_FluidFrictionOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Program.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidFrictionOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_FluidFrictionOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgTerrain/CMakeFiles/osgdb_serializers_osgterrain.dir/TerrainTile.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Interpolator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Program.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Program:28, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Program.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Uniform:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Program:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/LibraryWrapper.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_FluidProgram.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Projection.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/FluidProgram:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_FluidProgram.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Projection:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Projection.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Projection.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgterrain.so [ 53%] Built target osgdb_serializers_osgterrain [ 53%] Building CXX object src/osgPlugins/terrain/CMakeFiles/osgdb_osgterrain.dir/ReaderWriterOsgTerrain.cpp.o [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/LinearInterpolator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ForceOperator.cpp.o [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ProxyNode.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/terrain/ReaderWriterOsgTerrain.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/terrain/ReaderWriterOsgTerrain.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/terrain/ReaderWriterOsgTerrain.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ForceOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ForceOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/terrain/ReaderWriterOsgTerrain.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ProxyNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ProxyNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ModularEmitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ProxyNode.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 53%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgterrain.so [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_LinearInterpolator.cpp.o [ 53%] Built target osgdb_osgterrain [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/CompositeLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_LinearInterpolator.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Scissor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/CompositeLayer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ModularProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Scissor.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Scissor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Scissor.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ModularEmitter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularEmitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ModularEmitter.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/GeometryTechnique.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 53%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Sequence.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 53%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/MultiSegmentPlacer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/GeometryTechnique.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/GeometryTechnique:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Sequence:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sequence.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sequence.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 54%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ModularProgram.cpp.o [ 55%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Operator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ModularProgram.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 55%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/HeightFieldLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 55%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ShadeModel.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/HeightFieldLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ShadeModel.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShadeModel:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ShadeModel.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 55%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_MultiSegmentPlacer.cpp.o [ 55%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/OrbitOperator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_MultiSegmentPlacer.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/MultiSegmentPlacer:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_MultiSegmentPlacer.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 55%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/ImageLayer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Shader.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/ImageLayer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Shader.cpp:7: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Shader.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Particle.cpp.o [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_OrbitOperator.cpp.o [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/Layer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ModularProgram:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/OrbitOperator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_OrbitOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/Layer.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/ShapeDrawable.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ShapeDrawable.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_Particle.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_Particle.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_Particle.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/LibraryWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Input:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Sphere.cpp.o [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sphere.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleProcessor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Sphere.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleEffect.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/Locator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/Locator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/StateAttribute.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleProcessor.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/StateAttribute.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/StateAttribute.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleProcessor.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/SwitchLayer.cpp.o [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/StateSet.cpp.o [ 56%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleSystem.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/SwitchLayer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/StateSet.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Locator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:57:36: warning: 'virtual const std::string& osgTerrain::Layer::getFileName() const' was hidden [-Woverloaded-virtual=] 57 | virtual const std::string& getFileName() const { return _filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:523:28: note: by 'const std::string& osgTerrain::CompositeLayer::getFileName(unsigned int) const' 523 | const std::string& getFileName(unsigned int i) const { return _layers[i].layer.valid() ? _layers[i].layer->getFileName() : _layers[i].filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:54:22: warning: 'virtual void osgTerrain::Layer::setFileName(const std::string&)' was hidden [-Woverloaded-virtual=] 54 | virtual void setFileName(const std::string& filename) { _filename = filename; } | ^~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Layer:520:14: note: by 'void osgTerrain::CompositeLayer::setFileName(unsigned int, const std::string&)' 520 | void setFileName(unsigned int i, const std::string& filename) { _layers[i].filename = filename; if (_layers[i].layer.valid()) _layers[i].layer->setFileName(filename); } | ^~~~~~~~~~~ [ 56%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/ParticleSystemUpdater.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystem.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/Terrain.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_ParticleSystemUpdater.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Stencil.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/Terrain.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/Terrain:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystemUpdater:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_ParticleSystemUpdater.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Placer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Stencil.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Stencil:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Stencil.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/PointPlacer.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_PointPlacer.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Switch.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgTerrain/CMakeFiles/osgdb_deprecated_osgterrain.dir/TerrainTile.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_PointPlacer.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/PointPlacer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_PointPlacer.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Switch:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Switch.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Switch.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgTerrain/TerrainTile.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/PrecipitationEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgTerrain/TerrainTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_Program.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TessellationHints.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_Program.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ShapeDrawable:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TessellationHints.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 57%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgterrain.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Built target osgdb_deprecated_osgterrain [ 57%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/AcrossAllScreens.cpp.o [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Program.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_RadialShooter.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnv.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/AcrossAllScreens:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/AcrossAllScreens.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_RadialShooter.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/RadialShooter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_RadialShooter.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnv.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnv.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/RadialShooter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnv.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/PanoramicSphericalDisplay.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_RandomRateCounter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/PanoramicSphericalDisplay:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/PanoramicSphericalDisplay.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnvCombine.cpp.o [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/RandomRateCounter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_RandomRateCounter.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvCombine.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnv:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnvCombine:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvCombine.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvCombine.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SingleScreen.cpp.o [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SectorPlacer.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SectorPlacer.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexEnvFilter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SectorPlacer.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SectorPlacer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SectorPlacer.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvFilter.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexEnvFilter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexEnvFilter.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/SingleScreen:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/SingleScreen.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SegmentPlacer.cpp.o [ 57%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SingleWindow.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexGen.cpp.o [ 57%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/Shooter.cpp.o [ 57%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SegmentPlacer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexGen.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexGen.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SegmentPlacer.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SegmentPlacer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SegmentPlacer.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/SingleWindow:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/SingleWindow.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 58%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SinkOperator.cpp.o [ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexGenNode.cpp.o [ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SinkOperator.cpp.o [ 58%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/SphericalDisplay.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGenNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexGenNode.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Program:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Operator:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SinkOperator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SinkOperator.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SinkOperator:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexGenNode.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/DomainOperator:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/SphericalDisplay:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/SphericalDisplay.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 58%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SmokeEffect.cpp.o [ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TexMat.cpp.o [ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SmokeEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexMat.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexMat:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TexMat.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SmokeEffect.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 58%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/config/WoWVxDisplay.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 58%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/SmokeTrailEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/config/WoWVxDisplay:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/config/WoWVxDisplay.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 58%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture.cpp.o [ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_SmokeTrailEffect.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 59%] Building CXX object src/osgWrappers/serializers/osgParticle/CMakeFiles/osgdb_serializers_osgparticle.dir/VariableRateCounter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleProcessor:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Emitter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/SmokeTrailEffect:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_SmokeTrailEffect.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/Particle:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/ParticleSystem:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 59%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/CompositeViewer.cpp.o [ 59%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgparticle.so [ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture1D.cpp.o [ 59%] Built target osgdb_serializers_osgparticle [ 59%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/FixedFunctionTechnique.cpp.o [ 59%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/IO_VariableRateCounter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/CoordinateSystemNode:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/StandardManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/OrbitManipulator:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/TrackballManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/CompositeViewer.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/CompositeViewer:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/CompositeViewer.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture1D:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture1D.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture1D.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/IO_VariableRateCounter.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/FixedFunctionTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/FixedFunctionTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture2D.cpp.o [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osgParticle/CMakeFiles/osgdb_deprecated_osgparticle.dir/LibraryWrapper.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture2D.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture2D.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Layer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgParticle/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 60%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/GraphicsWindow.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Layer.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Locator:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIActionAdapter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/GraphicsWindow:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/GraphicsWindow.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/GraphicsWindow.cpp:15: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture2DArray.cpp.o [ 60%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgparticle.so [ 60%] Built target osgdb_deprecated_osgparticle [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/AnimationPathManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2DArray:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture2DArray.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture2DArray.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Locator.cpp.o [ 60%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/HelpHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgGA/AnimationPathManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/AnimationPathManipulator:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Locator:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Locator.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TexGen:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Locator:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Texture3D.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/AnimationPath:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/HelpHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/MultipassTechnique.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/DriveManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/MultipassTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/MultipassTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture3D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture3D.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Texture3D.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Keystone.cpp.o [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TextureCubeMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureCubeMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/EventVisitor.cpp.o /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp: In function 'bool TextureCubeMap_readLocalData(osg::Object&, osgDB::Input&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 28 | matched = false;\ | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:59:14: note: in expansion of macro 'READ_IMAGE' 59 | else READ_IMAGE(NEGATIVE_X) | ^~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:59:9: note: some parts of macro expansion are not guarded by this 'else' clause 59 | else READ_IMAGE(NEGATIVE_X) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 28 | matched = false;\ | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:60:14: note: in expansion of macro 'READ_IMAGE' 60 | else READ_IMAGE(POSITIVE_Y) | ^~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:60:9: note: some parts of macro expansion are not guarded by this 'else' clause 60 | else READ_IMAGE(POSITIVE_Y) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 28 | matched = false;\ | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:61:14: note: in expansion of macro 'READ_IMAGE' 61 | else READ_IMAGE(NEGATIVE_Y) | ^~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:61:9: note: some parts of macro expansion are not guarded by this 'else' clause 61 | else READ_IMAGE(NEGATIVE_Y) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 28 | matched = false;\ | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:62:14: note: in expansion of macro 'READ_IMAGE' 62 | else READ_IMAGE(POSITIVE_Z) | ^~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:62:9: note: some parts of macro expansion are not guarded by this 'else' clause 62 | else READ_IMAGE(POSITIVE_Z) | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:28:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 28 | matched = false;\ | ^~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:63:14: note: in expansion of macro 'READ_IMAGE' 63 | else READ_IMAGE(NEGATIVE_Z) | ^~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureCubeMap.cpp:63:9: note: some parts of macro expansion are not guarded by this 'else' clause 63 | else READ_IMAGE(NEGATIVE_Z) | ^~~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Property.cpp.o [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TextureRectangle.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Property.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/FlightManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TextureRectangle:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureRectangle.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Renderer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TextureRectangle.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Renderer.cpp:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Renderer.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor:104:14: note: by 'osgUtil::GLObjectsVisitor::apply' 104 | void apply(osg::StateSet& stateset); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Renderer.cpp:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics:195:18: note: by 'osgUtil::StatsVisitor::apply' 195 | virtual void apply(osg::StateSet& ss); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Renderer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Renderer.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/RayTracedTechnique.cpp.o [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/TransferFunction.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/RayTracedTechnique:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/RayTracedTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/GUIEventAdapter.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TransferFunction.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReadFile:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/TransferFunction.cpp:10: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReadFile:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 60%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Scene.cpp.o [ 60%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Transform.cpp.o [ 60%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/GUIEventHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Scene.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Transform.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Transform.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 60%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Version.cpp.o [ 61%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/Volume.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/Volume.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Volume:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 61%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ScreenCaptureHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 61%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Uniform.cpp.o [ 61%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/KeySwitchMatrixManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Uniform.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:43, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Uniform:23, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Uniform.cpp:4: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Uniform.cpp:5: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/WriteFile:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ScreenCaptureHandler.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ScreenCaptureHandler.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 61%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeScene.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeScene:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeScene.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture2D:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeScene:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 61%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/VertexProgram.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeScene:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/VertexProgram:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 61%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/MultiTouchTrackballManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/VertexProgram.cpp:2: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 62%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/StatsHandler.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/MatrixTransform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/StatsHandler.cpp:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgText/Text:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/StatsHandler.cpp:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 62%] Building CXX object src/osgWrappers/deprecated-dotosg/osg/CMakeFiles/osgdb_deprecated_osg.dir/Viewport.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerEventHandlers:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 62%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeSettings.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Viewport.cpp:3: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Viewport:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/Viewport.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 62%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/StateSetManipulator.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeSettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeSettings.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Image:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventHandler:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Property:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 62%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osg.so [ 62%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeTechnique.cpp.o [ 62%] Built target osgdb_deprecated_osg [ 62%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TerrainManipulator.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/IpEndpointName.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscOutboundPacketStream.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTechnique:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeTechnique.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscPrintReceivedElements.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscReceivedElements.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/osc/OscTypes.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/OscReceivingDevice.cpp.o [ 63%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Version.cpp.o [ 63%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/View.cpp.o [ 63%] Building CXX object src/osgVolume/CMakeFiles/osgVolume.dir/VolumeTile.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/Device:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.hpp:53, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/FileUtils:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrix:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Polytope:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 63%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TouchData.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Renderer:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/View.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/VolumeTile.cpp:14: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/ReaderWriter:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/TransferFunction:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/Layer:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgVolume/VolumeTile:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::SetMouseInputRangeRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:312:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 312 | catch(osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::SetMouseOrientationRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:345:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 345 | catch(osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::KeyCodeRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:381:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 381 | catch(osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::KeyPressAndReleaseRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:416:30: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 416 | catch(osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseMotionRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:452:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 452 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseScrollRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:494:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 494 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseButtonToggleRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:532:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 532 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::MouseButtonRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:591:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 591 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenPressureRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:633:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 633 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenProximityRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:665:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 665 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp: In member function 'virtual bool OscDevice::PenOrientationRequestHandler::operator()(const std::string&, const std::string&, const osc::ReceivedMessage&, const IpEndpointName&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscReceivingDevice.cpp:698:31: warning: catching polymorphic type 'class osc::Exception' by value [-Wcatch-value=] 698 | catch (osc::Exception e) { | ^ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/View.cpp:28: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 63%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/TrackballManipulator.cpp.o [ 63%] Linking CXX shared library ../../lib/libosgVolume.so [ 63%] Built target osgVolume [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/OscSendingDevice.cpp.o [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ReaderWriterOscDevice.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/GUIEventAdapter:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/EventQueue:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/Device:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscSendingDevice.hpp:51, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/OscSendingDevice.cpp:16: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 63%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/Viewer.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/ReaderWriterOscDevice.cpp:50: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 63%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/posix/NetworkingUtils.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/UFOManipulator.cpp.o [ 64%] Building CXX object src/osgPlugins/osc/CMakeFiles/osgdb_osc.dir/ip/posix/UdpSocket.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RayIntersector:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Viewer.cpp:23: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/Viewer.cpp:30: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/UFOManipulator:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgGA/UFOManipulator.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgGA/CameraManipulator:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 64%] Building CXX object src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/Widget.cpp.o [ 64%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osc.so [ 64%] Built target osgdb_osc [ 64%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ViewerBase.cpp.o [ 64%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/ViewerEventHandlers.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerBase:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ViewerBase.cpp:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geode:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/ViewerBase:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ [ 64%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/GraphicsWindowX11.cpp.o [ 64%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgga.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ViewerEventHandlers.cpp:24: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/DatabasePager:31, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Scene:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/View:29, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgViewer/Viewer:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ViewerEventHandlers.cpp:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation:51:22: note: by 'osgUtil::StateToCompile::apply' 51 | virtual void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:359:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OcclusionQueryNode&)' was hidden [-Woverloaded-virtual=] 359 | virtual void apply(OcclusionQueryNode& node); | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/ViewerBase.cpp:31: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:358:22: warning: 'virtual void osg::NodeVisitor::apply(osg::OccluderNode&)' was hidden [-Woverloaded-virtual=] 358 | virtual void apply(OccluderNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:357:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClearNode&)' was hidden [-Woverloaded-virtual=] 357 | virtual void apply(ClearNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:356:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PagedLOD&)' was hidden [-Woverloaded-virtual=] 356 | virtual void apply(PagedLOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:355:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LOD&)' was hidden [-Woverloaded-virtual=] 355 | virtual void apply(LOD& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:354:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Sequence&)' was hidden [-Woverloaded-virtual=] 354 | virtual void apply(Sequence& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:353:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Switch&)' was hidden [-Woverloaded-virtual=] 353 | virtual void apply(Switch& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:351:22: warning: 'virtual void osg::NodeVisitor::apply(osg::AutoTransform&)' was hidden [-Woverloaded-virtual=] 351 | virtual void apply(AutoTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:350:22: warning: 'virtual void osg::NodeVisitor::apply(osg::PositionAttitudeTransform&)' was hidden [-Woverloaded-virtual=] 350 | virtual void apply(PositionAttitudeTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:349:22: warning: 'virtual void osg::NodeVisitor::apply(osg::MatrixTransform&)' was hidden [-Woverloaded-virtual=] 349 | virtual void apply(MatrixTransform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:348:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CameraView&)' was hidden [-Woverloaded-virtual=] 348 | virtual void apply(CameraView& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:347:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Camera&)' was hidden [-Woverloaded-virtual=] 347 | virtual void apply(Camera& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:346:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Transform&)' was hidden [-Woverloaded-virtual=] 346 | virtual void apply(Transform& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:344:22: warning: 'virtual void osg::NodeVisitor::apply(osg::LightSource&)' was hidden [-Woverloaded-virtual=] 344 | virtual void apply(LightSource& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:343:22: warning: 'virtual void osg::NodeVisitor::apply(osg::TexGenNode&)' was hidden [-Woverloaded-virtual=] 343 | virtual void apply(TexGenNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:342:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ClipNode&)' was hidden [-Woverloaded-virtual=] 342 | virtual void apply(ClipNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:340:22: warning: 'virtual void osg::NodeVisitor::apply(osg::CoordinateSystemNode&)' was hidden [-Woverloaded-virtual=] 340 | virtual void apply(CoordinateSystemNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:338:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Projection&)' was hidden [-Woverloaded-virtual=] 338 | virtual void apply(Projection& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:336:22: warning: 'virtual void osg::NodeVisitor::apply(osg::ProxyNode&)' was hidden [-Woverloaded-virtual=] 336 | virtual void apply(ProxyNode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:334:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Group&)' was hidden [-Woverloaded-virtual=] 334 | virtual void apply(Group& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:332:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Billboard&)' was hidden [-Woverloaded-virtual=] 332 | virtual void apply(Billboard& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:331:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geode&)' was hidden [-Woverloaded-virtual=] 331 | virtual void apply(Geode& node); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:327:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Geometry&)' was hidden [-Woverloaded-virtual=] 327 | virtual void apply(Geometry& geometry); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/NodeVisitor:326:22: warning: 'virtual void osg::NodeVisitor::apply(osg::Drawable&)' was hidden [-Woverloaded-virtual=] 326 | virtual void apply(Drawable& drawable); | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer:614:22: note: by 'osgUtil::Optimizer::TextureVisitor::apply' 614 | void apply(osg::Texture& texture); | ^~~~~ [ 64%] Built target osgdb_serializers_osgga [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/DebugShadowMap.cpp.o [ 64%] Building CXX object src/osgViewer/CMakeFiles/osgViewer.dir/PixelBufferX11.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LibraryWrapper.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapCB.cpp.o [ 64%] Building CXX object src/osgPlugins/shadow/CMakeFiles/osgdb_osgshadow.dir/ReaderWriterOsgShadow.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/LightSpacePerspectiveShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapCB.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shadow/ReaderWriterOsgShadow.cpp:13: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 64%] Linking CXX shared library ../../lib/libosgViewer.so [ 64%] Built target osgViewer [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapDB.cpp.o [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/LibraryWrapper.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/LightSpacePerspectiveShadowMapVB.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/LibraryWrapper.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 64%] Linking CXX shared module ../../../lib/osgPlugins-3.6.5/osgdb_osgshadow.so In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/LightSpacePerspectiveShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapDB.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ [ 64%] Built target osgdb_osgshadow [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/LightSpacePerspectiveShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapVB.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowMap:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowMap.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowMap:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalCullBoundsShadowMap.cpp.o [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowTechnique.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalDrawBoundsShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowTechnique.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/MinimalCullBoundsShadowMap.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: warning: 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalCullBoundsShadowMap:50:26: note: by 'virtual void osgShadow::MinimalCullBoundsShadowMap::ViewData::init(osgShadow::MinimalCullBoundsShadowMap::ThisClass*, osgUtil::CullVisitor*)' 50 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowTexture.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalDrawBoundsShadowMap:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/MinimalDrawBoundsShadowMap.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTexture:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowTexture.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/MinimalShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTexture:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:27: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowVolume.cpp.o [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ParallelSplitShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/Registry:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowVolume.cpp:8: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixf:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:32, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowVolume.cpp:6: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgShadow/MinimalShadowMap.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/StandardShadowMap:175:26: warning: 'virtual void osgShadow::StandardShadowMap::ViewData::init(osgShadow::StandardShadowMap::ThisClass*, osgUtil::CullVisitor*)' was hidden [-Woverloaded-virtual=] 175 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/MinimalShadowMap:112:26: note: by 'virtual void osgShadow::MinimalShadowMap::ViewData::init(osgShadow::MinimalShadowMap::ThisClass*, osgUtil::CullVisitor*)' 112 | virtual void init( ThisClass * st, osgUtil::CullVisitor * cv ); | ^~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Geometry:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/KdTree:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BufferObject:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Array:47, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/View:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/RenderInfo:18: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Plane:22, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/io_utils:34: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:19, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback: At global scope: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Callback:80:22: warning: 'virtual bool osg::Callback::run(osg::Object*, osg::Object*)' was hidden [-Woverloaded-virtual=] 80 | virtual bool run(osg::Object* object, osg::Object* data) | ^~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:604:25: note: by 'void osg::Camera::DrawCallback::run(osg::RenderInfo&) const' 604 | inline void run(osg::RenderInfo& renderInfo) const | ^~~ [ 64%] Building CXX object src/osgWrappers/deprecated-dotosg/osgShadow/CMakeFiles/osgdb_deprecated_osgshadow.dir/ShadowedScene.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Group:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Transform:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgShadow/ShadowedScene.cpp:1: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'void osg::Node::setInitialBound(const osg::BoundingSphere&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:415:84: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 415 | void setInitialBound(const osg::BoundingSphere& bsphere) { _initialBound = bsphere; dirtyBound(); } | ^~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:20: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node: In member function 'const osg::BoundingSphere& osg::Node::getBound() const': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:429:35: warning: implicitly-declared 'constexpr osg::BoundingSphereImpl& osg::BoundingSphereImpl::operator=(const osg::BoundingSphereImpl&)' is deprecated [-Wdeprecated-copy] 429 | _boundingSphere = _initialBound; | ^~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/BoundingSphere:50:9: note: because 'osg::BoundingSphereImpl' has user-provided 'osg::BoundingSphereImpl::BoundingSphereImpl(const osg::BoundingSphereImpl&) [with VT = osg::Vec3f]' 50 | BoundingSphereImpl(const BoundingSphereImpl& bs) : _center(bs._center),_radius(bs._radius) {} | ^~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GraphicsContext:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Texture:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Camera:21: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setVertexAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:264:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 264 | void setVertexAlias(const VertexAttribAlias& alias) { _vertexAlias = alias; } | ^~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shader:25, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateAttribute:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/StateSet:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Node:19: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setNormalAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:268:78: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 268 | void setNormalAlias(const VertexAttribAlias& alias) { _normalAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:272:76: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 272 | void setColorAlias(const VertexAttribAlias& alias) { _colorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setSecondaryColorAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:276:94: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 276 | void setSecondaryColorAlias(const VertexAttribAlias& alias) { _secondaryColorAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State: In member function 'void osg::State::setFogCoordAlias(const osg::VertexAttribAlias&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/State:280:82: warning: implicitly-declared 'osg::VertexAttribAlias& osg::VertexAttribAlias::operator=(const osg::VertexAttribAlias&)' is deprecated [-Wdeprecated-copy] 280 | void setFogCoordAlias(const VertexAttribAlias& alias) { _fogCoordAlias = alias; } | ^~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/GLExtensions:140:9: note: because 'osg::VertexAttribAlias' has user-provided 'osg::VertexAttribAlias::VertexAttribAlias(const osg::VertexAttribAlias&)' 140 | VertexAttribAlias(const VertexAttribAlias& rhs): | ^~~~~~~~~~~~~~~~~ [ 64%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowMap.cpp.o In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Drawable:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor:24, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowTechnique:21, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:22: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Box::Box(const osg::Box&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:208:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 208 | _rotation(box._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Matrixd:20, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/DisplaySettings:18, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/buffered_value:17, from /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgShadow/ShadowedScene:17: /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cone::Cone(const osg::Cone&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:262:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 262 | _rotation(cone._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Cylinder::Cylinder(const osg::Cylinder&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:322:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 322 | _rotation(cylinder._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape: In copy constructor 'osg::Capsule::Capsule(const osg::Capsule&, const osg::CopyOp&)': /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Shape:378:13: warning: implicitly-declared 'constexpr osg::Quat::Quat(const osg::Quat&)' is deprecated [-Wdeprecated-copy] 378 | _rotation(capsule._rotation) {} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/Quat:95:22: note: because 'osg::Quat' has user-provided 'osg::Quat& osg::Quat::operator=(const osg::Quat&)' 95 | inline Quat& operator = (const Quat& v) { _v[0]=v._v[0]; _v[1]=v._v[1]; _v[2]=v._v[2]; _v[3]=v._v[3]; return *this; } | ^~~~~~~~ [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowTechnique.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowTexture.cpp.o [ 65%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_deprecated_osgshadow.so [ 65%] Built target osgdb_deprecated_osgshadow [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowVolume.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowedScene.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/SoftShadowMap.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/StandardShadowMap.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/ViewDependentShadowTechnique.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/AzimElevationSector.cpp.o [ 65%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/AzimSector.cpp.o [ 65%] Linking CXX shared module ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgshadow.so [ 65%] Building CXX object src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/BlinkSequence.cpp.o ld: fatal: file CMakeFiles/osgdb_serializers_osgshadow.dir/ShadowedScene.cpp.o: open failed: No such file or directory ld: fatal: file processing errors. No output written to ../../../../lib/osgPlugins-3.6.5/osgdb_serializers_osgshadow.so collect2: error: ld returned 1 exit status --- lib/osgPlugins-3.6.5/osgdb_serializers_osgshadow.so --- *** [lib/osgPlugins-3.6.5/osgdb_serializers_osgshadow.so] Error code 1 bmake[2]: stopped making "src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/build" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build bmake[2]: 1 error bmake[2]: stopped making "src/osgWrappers/serializers/osgShadow/CMakeFiles/osgdb_serializers_osgshadow.dir/build" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build *** [all] Error code 6 bmake: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.5/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/osg