egrep: warning: egrep is obsolescent; using grep -E
./configure: line 24124: hostname: command not found
element.cpp: In function ‘int cc_xml_elt_get_uint64(const cc_xml_elt*, uint64_t*)’:
element.cpp:582:25: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘uint64_t*’ {aka ‘long unsigned int*’} [-Wformat=]
582 | if ( sscanf(data, "%lld", value) == 1 ) return TRUE; // FIXME: unsigned
| ~~~^ ~~~~~
| | |
| | uint64_t* {aka long unsigned int*}
| long long int*
| %ld
element.cpp: In function ‘int cc_xml_elt_get_int64(const cc_xml_elt*, int64_t*)’:
element.cpp:601:25: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘int64_t*’ {aka ‘long int*’} [-Wformat=]
601 | if ( sscanf(data, "%lld", value) == 1 ) return TRUE;
| ~~~^ ~~~~~
| | |
| | int64_t* {aka long int*}
| long long int*
| %ld
utils.cpp: In function ‘char* cc_xml_load_file(const char*)’:
utils.cpp:53:15: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const long int’ [-Wsign-compare]
53 | while ( pos != bufsize ) {
| ~~~~^~~~~~~~~~
SoBoxHighlightRenderAction.cpp: In member function ‘void SoBoxHighlightRenderActionP::drawHighlightBox(const SoPath*)’:
SoBoxHighlightRenderAction.cpp:172:43: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
172 | SbMatrix transform = box.getTransform();
| ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
from SoBoxHighlightRenderAction.cpp:54:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from SoCallbackAction.cpp:207:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
from SoCallbackAction.cpp:195:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCallbackAction.cpp: In constructor ‘SoCallbackAction::SoCallbackAction(const SbViewportRegion&)’:
SoCallbackAction.cpp:432:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
432 | PRIVATE(this)->viewport = vp;
| ^~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
from SoCallbackAction.cpp:212:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoCallbackAction.cpp: In member function ‘void SoCallbackAction::setViewportRegion(const SbViewportRegion&)’:
SoCallbackAction.cpp:457:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
457 | PRIVATE(this)->viewport = vp;
| ^~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::setViewportRegion(const SbViewportRegion&)’:
SoGetBoundingBoxAction.cpp:307:20: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
307 | this->vpregion = newregion;
| ^~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:39,
from SoGetBoundingBoxAction.cpp:82:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::extendBy(const SbBox3f&)’:
SoGetBoundingBoxAction.cpp:511:70: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
511 | SbMatrix transform = SoLocalBBoxMatrixElement::get(this->getState());
| ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::extendBy(const SbXfBox3f&)’:
SoGetBoundingBoxAction.cpp:532:65: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
532 | SbMatrix transform = SoLocalBBoxMatrixElement::get(this->state);
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGetBoundingBoxAction.cpp: In member function ‘void SoGetBoundingBoxAction::setCenter(const SbVec3f&, SbBool)’:
SoGetBoundingBoxAction.cpp:552:62: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
552 | SbMatrix lmat = SoLocalBBoxMatrixElement::get(this->state);
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLRenderAction.cpp: In constructor ‘SoGLRenderAction::SoGLRenderAction(const SbViewportRegion&)’:
SoGLRenderAction.cpp:706:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
706 | PRIVATE(this)->viewport = viewportregion;
| ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGLRenderAction.h:39,
from SoGLRenderAction.cpp:61:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGLRenderAction.cpp: In member function ‘void SoGLRenderAction::setViewportRegion(const SbViewportRegion&)’:
SoGLRenderAction.cpp:757:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
757 | PRIVATE(this)->viewport = newregion;
| ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGetMatrixAction.cpp: In member function ‘void SoGetMatrixAction::setViewportRegion(const SbViewportRegion&)’:
SoGetMatrixAction.cpp:147:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
147 | this->viewportregion = region;
| ^~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:39,
from SoGetMatrixAction.cpp:92:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoHandleEventAction.cpp: In constructor ‘SoHandleEventAction::SoHandleEventAction(const SbViewportRegion&)’:
SoHandleEventAction.cpp:134:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
134 | PRIVATE(this)->viewport = viewportregion;
| ^~~~~~~~~~~~~~
In file included from SoHandleEventAction.cpp:52:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoHandleEventAction.cpp: In member function ‘void SoHandleEventAction::setViewportRegion(const SbViewportRegion&)’:
SoHandleEventAction.cpp:153:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
153 | PRIVATE(this)->viewport = newregion;
| ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGetPrimitiveCountAction.cpp: In member function ‘void SoGetPrimitiveCountAction::commonConstructor(const SbViewportRegion&)’:
SoGetPrimitiveCountAction.cpp:110:27: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
110 | this->pimpl->viewport = vp;
| ^~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
from SoGetPrimitiveCountAction.cpp:61:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoPickAction.cpp: In member function ‘void SoPickAction::setViewportRegion(const SbViewportRegion&)’:
SoPickAction.cpp:121:20: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
121 | this->vpRegion = newregion;
| ^~~~~~~~~
In file included from ../../include/Inventor/actions/SoPickAction.h:39,
from SoPickAction.cpp:57:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoSearchAction.cpp: In member function ‘void SoSearchAction::setName(SbName)’:
SoSearchAction.cpp:247:16: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
247 | this->name = namearg;
| ^~~~~~~
In file included from ../../include/Inventor/actions/SoSearchAction.h:39,
from SoSearchAction.cpp:74:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoSearchAction.cpp: In member function ‘void SoSearchAction::reset()’:
SoSearchAction.cpp:390:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
390 | this->name = SbName::empty();
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/SoPath.h:37,
from ../../include/Inventor/SoFullPath.h:36,
from ../../include/Inventor/misc/SoTempPath.h:36,
from ../../include/Inventor/actions/SoAction.h:38,
from ../../include/Inventor/actions/SoSimplifyAction.h:36,
from ../../include/Inventor/actions/SoReorganizeAction.h:36,
from SoReorganizeAction.cpp:251:
In member function ‘void SbList::grow(int) [with Type = int]’,
inlined from ‘void SbList::append(Type) [with Type = int]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘SbBool SoReorganizeActionP::initShape(SoCallbackAction*)’ at SoReorganizeAction.cpp:654:29:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘int [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
time.cpp: In function ‘SbBool cc_internal_ftime(cc_time*)’:
time.cpp:139:8: warning: ‘int ftime(timeb*)’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
139 | ftime(&timebuffer);
| ~~~~~^~~~~~~~~~~~~
In file included from time.cpp:52:
/usr/include/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~
SbDPMatrix.cpp: In member function ‘SbDPMatrix SbDPMatrix::inverse() const’:
SbDPMatrix.cpp:455:14: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
455 | return *this;
| ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp:525:16: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
525 | return *this;
| ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp:560:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
560 | return result;
| ^~~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp: In function ‘SbDPMatrix operator*(const SbDPMatrix&, const SbDPMatrix&)’:
SbDPMatrix.cpp:672:23: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
672 | SbDPMatrix result = m1;
| ^~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp:674:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
674 | return result;
| ^~~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp: In member function ‘void SbDPMatrix::getTransform(SbVec3d&, SbDPRotation&, SbVec3d&, SbDPRotation&, const SbVec3d&) const’:
SbDPMatrix.cpp:954:20: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
954 | SbDPMatrix m2 = *this;
| ^~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp: In member function ‘SbDPMatrix SbDPMatrix::transpose() const’:
SbDPMatrix.cpp:1111:28: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
1111 | SbDPMatrix trans = (*this);
| ^
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
SbDPMatrix.cpp:1119:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
1119 | return trans;
| ^~~~~
SbDPMatrix.cpp:265:1: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
265 | SbDPMatrix::operator=(const SbDPMatrix & m)
| ^~~~~~~~~~
In file included from ../../include/Inventor/SbHeap.h:37,
from SbHeap.cpp:69:
In member function ‘void SbList::grow(int) [with Type = void*]’,
inlined from ‘void SbList::append(Type) [with Type = void*]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘void SbHeap::emptyHeap()’ at SbHeap.cpp:104:20:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘void* [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SbMatrix.cpp: In member function ‘SbMatrix SbMatrix::inverse() const’:
SbMatrix.cpp:535:14: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
535 | return *this;
| ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp:605:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
605 | return *this;
| ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp:640:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
640 | return result;
| ^~~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp: In function ‘SbMatrix operator*(const SbMatrix&, const SbMatrix&)’:
SbMatrix.cpp:792:21: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
792 | SbMatrix result = m1;
| ^~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp:794:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
794 | return result;
| ^~~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp: In member function ‘void SbMatrix::getTransform(SbVec3f&, SbRotation&, SbVec3f&, SbRotation&, const SbVec3f&) const’:
SbMatrix.cpp:1161:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1161 | SbMatrix m2 = *this;
| ^~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp: In member function ‘SbMatrix SbMatrix::transpose() const’:
SbMatrix.cpp:1318:26: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1318 | SbMatrix trans = (*this);
| ^
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbMatrix.cpp:1326:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1326 | return trans;
| ^~~~~
SbMatrix.cpp:343:1: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
343 | SbMatrix::operator=(const SbMatrix & m)
| ^~~~~~~~
SbDPViewVolume.cpp: In function ‘SbDPMatrix get_perspective_projection(double, double, double, double, double, double)’:
SbDPViewVolume.cpp:208:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
208 | return proj;
| ^~~~
In file included from SbDPViewVolume.cpp:54:
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbDPViewVolume.cpp: In function ‘SbDPMatrix get_ortho_projection(double, double, double, double, double, double)’:
SbDPViewVolume.cpp:237:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
237 | return proj;
| ^~~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbDPViewVolume.cpp: In member function ‘SbDPMatrix SbDPViewVolume::getMatrix() const’:
SbDPViewVolume.cpp:342:26: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
342 | return affine.multRight(proj);
| ~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbDPViewVolume.cpp: In member function ‘SbDPMatrix SbDPViewVolume::getCameraSpaceMatrix() const’:
SbDPViewVolume.cpp:368:10: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
368 | return mat;
| ^~~
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbViewVolume.cpp: In member function ‘SbMatrix SbViewVolume::getMatrix() const’:
SbViewVolume.cpp:216:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
216 | return matrix;
| ^~~~~~
In file included from SbViewVolume.cpp:65:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SbViewVolume.cpp: In member function ‘SbMatrix SbViewVolume::getCameraSpaceMatrix() const’:
SbViewVolume.cpp:235:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
235 | return ret;
| ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SbViewportRegion.cpp: In copy constructor ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’:
SbViewportRegion.cpp:211:11: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
211 | *this = vpReg;
| ^~~~~
SbViewportRegion.cpp:209:1: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
209 | SbViewportRegion::SbViewportRegion(const SbViewportRegion & vpReg)
| ^~~~~~~~~~~~~~~~
SbXfBox3f.cpp: In member function ‘void SbXfBox3f::extendBy(const SbBox3f&)’:
SbXfBox3f.cpp:224:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
224 | SbMatrix im = this->getInverse();
| ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
from SbXfBox3f.cpp:47:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SbXfBox3f.cpp: In member function ‘void SbXfBox3f::extendBy(const SbXfBox3f&)’:
SbXfBox3f.cpp:340:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
340 | SbMatrix m = bb.getTransform();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SbXfBox3f.cpp:377:39: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
377 | SbMatrix m = this->getTransform();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SbXfBox3d.cpp: In member function ‘void SbXfBox3d::extendBy(const SbBox3d&)’:
SbXfBox3d.cpp:212:38: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
212 | SbDPMatrix im = this->getInverse();
| ^
In file included from ../../include/Inventor/SbXfBox3d.h:37,
from SbXfBox3d.cpp:45:
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbXfBox3d.cpp: In member function ‘void SbXfBox3d::extendBy(const SbXfBox3d&)’:
SbXfBox3d.cpp:328:38: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
328 | SbDPMatrix m = bb.getTransform();
| ^
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
SbXfBox3d.cpp:365:41: warning: implicitly-declared ‘constexpr SbDPMatrix::SbDPMatrix(const SbDPMatrix&)’ is deprecated [-Wdeprecated-copy]
365 | SbDPMatrix m = this->getTransform();
| ^
../../include/Inventor/SbDPMatrix.h:112:16: note: because ‘SbDPMatrix’ has user-provided ‘SbDPMatrix& SbDPMatrix::operator=(const SbDPMatrix&)’
112 | SbDPMatrix & operator =(const SbDPMatrix & m);
| ^~~~~~~~
mkdir: cannot create directory '.libs': File exists
SoNodeKitDetail.cpp: In member function ‘virtual SoDetail* SoNodeKitDetail::copy() const’:
SoNodeKitDetail.cpp:107:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
107 | copy->myPartName = this->myPartName;
| ^~~~~~~~~~
In file included from ../../include/Inventor/details/SoSubDetail.h:38,
from ../../include/Inventor/details/SoNodeKitDetail.h:36,
from SoNodeKitDetail.cpp:53:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodeKitDetail.cpp: In member function ‘void SoNodeKitDetail::setPartName(const SbName&)’:
SoNodeKitDetail.cpp:163:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
163 | this->myPartName = name;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
mkdir: cannot create directory '.libs': File exists
SoDirectionalLightDragger.cpp: In static member function ‘static void SoDirectionalLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoDirectionalLightDragger.cpp:320:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
320 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoDirectionalLightDragger.h:36,
from SoDirectionalLightDragger.cpp:74:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDirectionalLightDragger.cpp: In static member function ‘static void SoDirectionalLightDragger::valueChangedCB(void*, SoDragger*)’:
SoDirectionalLightDragger.cpp:330:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
330 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCenterballDragger.cpp: In member function ‘void SoCenterballDragger::transferCenterDraggerMotion(SoDragger*)’:
SoCenterballDragger.cpp:363:45: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
363 | SbMatrix matrix = this->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoCenterballDragger.h:36,
from SoCenterballDragger.cpp:116:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCenterballDragger.cpp: In static member function ‘static void SoCenterballDragger::fieldSensorCB(void*, SoSensor*)’:
SoCenterballDragger.cpp:555:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
555 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCenterballDragger.cpp: In static member function ‘static void SoCenterballDragger::valueChangedCB(void*, SoDragger*)’:
SoCenterballDragger.cpp:565:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
565 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In member function ‘SbMatrix SoDragger::getLocalToWorldMatrix()’:
SoDragger.cpp:824:47: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
824 | SbMatrix m = PRIVATE(this)->draggercache->draggerToWorld;
| ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from SoDragger.cpp:206:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:826:12: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
826 | return m;
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In member function ‘SbMatrix SoDragger::getWorldToLocalMatrix()’:
SoDragger.cpp:839:47: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
839 | SbMatrix m = PRIVATE(this)->draggercache->worldToDragger;
| ^~~~~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:841:12: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
841 | return m;
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::getPartToLocalMatrix(const SbName&, SbMatrix&, SbMatrix&)’:
SoDragger.cpp:889:35: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
889 | SbMatrix p2w = action.getMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:890:36: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
890 | SbMatrix w2p = action.getInverse();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::setViewportRegion(const SbViewportRegion&)’:
SoDragger.cpp:1153:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
1153 | PRIVATE(this)->viewport = vp;
| ^~
In file included from ../../include/Inventor/draggers/SoDragger.h:44:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendTranslation(const SbMatrix&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1352:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1352 | SbMatrix res = matrix;
| ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:1353:22: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1353 | return res.multLeft(transform);
| ~~~~~~~~~~~~^~~~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendScale(const SbMatrix&, const SbVec3f&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1388:18: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1388 | SbMatrix res = matrix;
| ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:1471:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1471 | return res;
| ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In static member function ‘static SbMatrix SoDragger::appendRotation(const SbMatrix&, const SbRotation&, const SbVec3f&, const SbMatrix*)’:
SoDragger.cpp:1493:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1493 | return transform;
| ^~~~~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp: In member function ‘void SoDragger::setCameraInfo(SoAction*)’:
SoDragger.cpp:1601:63: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
1601 | PRIVATE(this)->viewport = SoViewportRegionElement::get(state);;
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoDragger.cpp: In member function ‘virtual void SoDragger::handleEvent(SoHandleEventAction*)’:
SoDragger.cpp:1684:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1684 | PRIVATE(this)->surrogatename = name;
| ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/nodekits/SoSubKit.h:36,
from ../../include/Inventor/nodekits/SoInteractionKit.h:36,
from ../../include/Inventor/draggers/SoDragger.h:36:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDragger.cpp:1729:36: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1729 | PRIVATE(this)->surrogatename = "";
| ^~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDragger.cpp: In member function ‘void SoDragger::transferMotion(SoDragger*)’:
SoDragger.cpp:1769:49: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1769 | SbMatrix childmatrix = child->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragger.cpp:1774:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1774 | SbMatrix matrix = this->getStartMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoHandleBoxDragger.cpp: In static member function ‘static void SoHandleBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoHandleBoxDragger.cpp:560:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
560 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoHandleBoxDragger.h:36,
from SoHandleBoxDragger.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoHandleBoxDragger.cpp: In static member function ‘static void SoHandleBoxDragger::valueChangedCB(void*, SoDragger*)’:
SoHandleBoxDragger.cpp:570:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
570 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragPointDragger.cpp: In static member function ‘static void SoDragPointDragger::fieldSensorCB(void*, SoSensor*)’:
SoDragPointDragger.cpp:429:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
429 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoDragPointDragger.h:36,
from SoDragPointDragger.cpp:69:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDragPointDragger.cpp: In static member function ‘static void SoDragPointDragger::valueChangedCB(void*, SoDragger*)’:
SoDragPointDragger.cpp:440:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
440 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoJackDragger.cpp: In static member function ‘static void SoJackDragger::fieldSensorCB(void*, SoSensor*)’:
SoJackDragger.cpp:351:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
351 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoJackDragger.h:36,
from SoJackDragger.cpp:84:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoJackDragger.cpp: In static member function ‘static void SoJackDragger::valueChangedCB(void*, SoDragger*)’:
SoJackDragger.cpp:361:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
361 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoPointLightDragger.cpp: In static member function ‘static void SoPointLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoPointLightDragger.cpp:246:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
246 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoPointLightDragger.h:36,
from SoPointLightDragger.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoPointLightDragger.cpp: In static member function ‘static void SoPointLightDragger::valueChangedCB(void*, SoDragger*)’:
SoPointLightDragger.cpp:257:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
257 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateCylindricalDragger.cpp: In static member function ‘static void SoRotateCylindricalDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateCylindricalDragger.cpp:254:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
254 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoRotateCylindricalDragger.h:36,
from SoRotateCylindricalDragger.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateCylindricalDragger.cpp: In static member function ‘static void SoRotateCylindricalDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateCylindricalDragger.cpp:270:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
270 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateDiscDragger.cpp: In static member function ‘static void SoRotateDiscDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateDiscDragger.cpp:256:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
256 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoRotateDiscDragger.h:36,
from SoRotateDiscDragger.cpp:66:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateDiscDragger.cpp: In static member function ‘static void SoRotateDiscDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateDiscDragger.cpp:272:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
272 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale1Dragger.cpp: In static member function ‘static void SoScale1Dragger::fieldSensorCB(void*, SoSensor*)’:
SoScale1Dragger.cpp:248:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
248 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoScale1Dragger.h:36,
from SoScale1Dragger.cpp:58:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale1Dragger.cpp: In static member function ‘static void SoScale1Dragger::valueChangedCB(void*, SoDragger*)’:
SoScale1Dragger.cpp:264:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
264 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateSphericalDragger.cpp: In static member function ‘static void SoRotateSphericalDragger::fieldSensorCB(void*, SoSensor*)’:
SoRotateSphericalDragger.cpp:263:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
263 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoRotateSphericalDragger.h:36,
from SoRotateSphericalDragger.cpp:60:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoRotateSphericalDragger.cpp: In static member function ‘static void SoRotateSphericalDragger::valueChangedCB(void*, SoDragger*)’:
SoRotateSphericalDragger.cpp:276:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
276 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale2Dragger.cpp: In static member function ‘static void SoScale2Dragger::fieldSensorCB(void*, SoSensor*)’:
SoScale2Dragger.cpp:249:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
249 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoScale2Dragger.h:36,
from SoScale2Dragger.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale2Dragger.cpp: In static member function ‘static void SoScale2Dragger::valueChangedCB(void*, SoDragger*)’:
SoScale2Dragger.cpp:265:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
265 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale2UniformDragger.cpp: In static member function ‘static void SoScale2UniformDragger::fieldSensorCB(void*, SoSensor*)’:
SoScale2UniformDragger.cpp:256:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
256 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoScale2UniformDragger.h:36,
from SoScale2UniformDragger.cpp:66:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScale2UniformDragger.cpp: In static member function ‘static void SoScale2UniformDragger::valueChangedCB(void*, SoDragger*)’:
SoScale2UniformDragger.cpp:272:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
272 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScaleUniformDragger.cpp: In static member function ‘static void SoScaleUniformDragger::fieldSensorCB(void*, SoSensor*)’:
SoScaleUniformDragger.cpp:249:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
249 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoScaleUniformDragger.h:36,
from SoScaleUniformDragger.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoScaleUniformDragger.cpp: In static member function ‘static void SoScaleUniformDragger::valueChangedCB(void*, SoDragger*)’:
SoScaleUniformDragger.cpp:265:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
265 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoSpotLightDragger.cpp: In static member function ‘static void SoSpotLightDragger::fieldSensorCB(void*, SoSensor*)’:
SoSpotLightDragger.cpp:391:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
391 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoSpotLightDragger.h:36,
from SoSpotLightDragger.cpp:69:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoSpotLightDragger.cpp: In static member function ‘static void SoSpotLightDragger::valueChangedCB(void*, SoDragger*)’:
SoSpotLightDragger.cpp:402:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
402 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTabPlaneDragger.cpp: In static member function ‘static void SoTabPlaneDragger::fieldSensorCB(void*, SoSensor*)’:
SoTabPlaneDragger.cpp:346:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
346 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTabPlaneDragger.h:36,
from SoTabPlaneDragger.cpp:60:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTabPlaneDragger.cpp: In static member function ‘static void SoTabPlaneDragger::valueChangedCB(void*, SoDragger*)’:
SoTabPlaneDragger.cpp:356:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
356 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTabPlaneDragger.cpp: In member function ‘void SoTabPlaneDragger::reallyAdjustScaleTabSize(SoGLRenderAction*)’:
SoTabPlaneDragger.cpp:421:55: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
421 | SbMatrix toworld = SoModelMatrixElement::get(state);
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTabBoxDragger.cpp: In static member function ‘static void SoTabBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoTabBoxDragger.cpp:330:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
330 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTabBoxDragger.h:36,
from SoTabBoxDragger.cpp:64:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTrackballDragger.cpp: In static member function ‘static void SoTrackballDragger::fieldSensorCB(void*, SoSensor*)’:
SoTrackballDragger.cpp:423:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
423 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTrackballDragger.h:36,
from SoTrackballDragger.cpp:75:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTrackballDragger.cpp: In static member function ‘static void SoTrackballDragger::valueChangedCB(void*, SoDragger*)’:
SoTrackballDragger.cpp:433:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
433 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformBoxDragger.cpp: In static member function ‘static void SoTransformBoxDragger::fieldSensorCB(void*, SoSensor*)’:
SoTransformBoxDragger.cpp:463:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
463 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTransformBoxDragger.h:36,
from SoTransformBoxDragger.cpp:70:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformBoxDragger.cpp: In static member function ‘static void SoTransformBoxDragger::valueChangedCB(void*, SoDragger*)’:
SoTransformBoxDragger.cpp:473:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
473 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformerDragger.cpp: In static member function ‘static void SoTransformerDragger::fieldSensorCB(void*, SoSensor*)’:
SoTransformerDragger.cpp:952:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
952 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTransformerDragger.h:36,
from SoTransformerDragger.cpp:88:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformerDragger.cpp: In static member function ‘static void SoTransformerDragger::valueChangedCB(void*, SoDragger*)’:
SoTransformerDragger.cpp:962:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
962 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformerDragger.cpp: In member function ‘SbMatrix SoTransformerDragger::getWorkingToWorldMatrix()’:
SoTransformerDragger.cpp:1965:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1965 | return mat;
| ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformerDragger.cpp: In member function ‘SbMatrix SoTransformerDragger::getWorldToWorkingMatrix()’:
SoTransformerDragger.cpp:1974:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1974 | return mat;
| ^~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate1Dragger.cpp: In static member function ‘static void SoTranslate1Dragger::fieldSensorCB(void*, SoSensor*)’:
SoTranslate1Dragger.cpp:298:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
298 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTranslate1Dragger.h:36,
from SoTranslate1Dragger.cpp:64:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate1Dragger.cpp: In member function ‘virtual void SoTranslate1Dragger::setMotionMatrix(const SbMatrix&)’:
SoTranslate1Dragger.cpp:307:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
307 | SbMatrix m = matrix;
| ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate1Dragger.cpp: In static member function ‘static void SoTranslate1Dragger::valueChangedCB(void*, SoDragger*)’:
SoTranslate1Dragger.cpp:317:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
317 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate2Dragger.cpp: In static member function ‘static void SoTranslate2Dragger::fieldSensorCB(void*, SoSensor*)’:
SoTranslate2Dragger.cpp:325:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
325 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoTranslate2Dragger.h:36,
from SoTranslate2Dragger.cpp:62:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate2Dragger.cpp: In static member function ‘static void SoTranslate2Dragger::valueChangedCB(void*, SoDragger*)’:
SoTranslate2Dragger.cpp:335:44: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
335 | SbMatrix matrix = thisp->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTranslate2Dragger.cpp: In member function ‘virtual void SoTranslate2Dragger::setMotionMatrix(const SbMatrix&)’:
SoTranslate2Dragger.cpp:348:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
348 | SbMatrix m = matrix;
| ^~~~~~
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLCacheContextElement.cpp: In static member function ‘static int SoGLCacheContextElement::getExtID(const char*)’:
SoGLCacheContextElement.cpp:291:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
291 | info->extname = extname;
| ^~~~~~~
In file included from ../../../include/Inventor/elements/SoSubElement.h:49,
from ../../../include/Inventor/elements/SoGLCacheContextElement.h:36,
from SoGLCacheContextElement.cpp:43:
../../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../../include/Inventor/SoPath.h:37,
from ../../../include/Inventor/SoFullPath.h:36,
from ../../../include/Inventor/misc/SoTempPath.h:36,
from ../../../include/Inventor/actions/SoAction.h:38,
from ../../../include/Inventor/actions/SoGLRenderAction.h:36,
from SoGLMultiTextureCoordinateElement.cpp:42:
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
SoGLMultiTextureCoordinateElement.cpp:74:28: required from here
../../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from SoGLMultiTextureCoordinateElement.cpp:40:
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
| ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:74:28: required from here
../../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
| ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:177:22: required from ‘void SbList::truncate(int, int) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:127:35: required from here
../../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
112 | for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
| ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoGLMultiTextureCoordinateElement::GLUnitData]’
SoGLMultiTextureCoordinateElement.cpp:140:44: required from here
../../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoGLMultiTextureCoordinateElement::GLUnitData& SoGLMultiTextureCoordinateElement::GLUnitData::operator=(const SoGLMultiTextureCoordinateElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureCoordinateElement.h:73:5: note: because ‘SoGLMultiTextureCoordinateElement::GLUnitData’ has user-provided ‘SoGLMultiTextureCoordinateElement::GLUnitData::GLUnitData(const SoGLMultiTextureCoordinateElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : texgenCB(org.texgenCB), texgenData(org.texgenData) {}
| ^~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoGLMultiTextureMatrixElement.cpp:45:
../../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../../include/Inventor/elements/SoGLShaderProgramElement.h:37,
from SoGLMultiTextureImageElement.cpp:53:
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
SoGLMultiTextureImageElement.cpp:80:28: required from here
../../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from SoGLMultiTextureImageElement.cpp:44:
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
| ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoGLMultiTextureImageElement::GLUnitData]’
SoGLMultiTextureImageElement.cpp:80:28: required from here
../../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
| ^~~~~~~~~~
../../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoGLMultiTextureImageElement::GLUnitData]’:
../../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoGLMultiTextureImageElement::GLUnitData]’
SoGLMultiTextureImageElement.cpp:151:44: required from here
../../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoGLMultiTextureImageElement::GLUnitData& SoGLMultiTextureImageElement::GLUnitData::operator=(const SoGLMultiTextureImageElement::GLUnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../include/Inventor/elements/SoGLMultiTextureImageElement.h:73:3: note: because ‘SoGLMultiTextureImageElement::GLUnitData’ has user-provided ‘SoGLMultiTextureImageElement::GLUnitData::GLUnitData(const SoGLMultiTextureImageElement::GLUnitData&)’
73 | GLUnitData(const GLUnitData & org) : glimage(org.glimage) {}
| ^~~~~~~~~~
SoGLViewingMatrixElement.cpp: In member function ‘virtual void SoGLViewingMatrixElement::setElt(const SbMatrix&)’:
SoGLViewingMatrixElement.cpp:131:26: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
131 | SbMatrix mat = this->viewingMatrix;
| ^~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoViewingMatrixElement.h:37,
from ../../../include/Inventor/elements/SoGLViewingMatrixElement.h:36,
from SoGLViewingMatrixElement.cpp:47:
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLViewingMatrixElement.cpp: In member function ‘void SoGLViewingMatrixElement::updategl()’:
SoGLViewingMatrixElement.cpp:146:24: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
146 | SbMatrix mat = this->viewingMatrix;
| ^~~~~~~~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLViewingMatrixElement.cpp: In static member function ‘static SbMatrix SoGLViewingMatrixElement::getResetMatrix(SoState*)’:
SoGLViewingMatrixElement.cpp:168:37: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
168 | return SoResetMatrixElement::get(state);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLViewingMatrixElement.cpp:173:27: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
173 | SbMatrix mat = element->viewingMatrix;
| ^~~~~~~~~~~~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLViewingMatrixElement.cpp:181:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
181 | return mat;
| ^~~
../../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLViewportRegionElement.cpp: In member function ‘virtual void SoGLViewportRegionElement::push(SoState*)’:
SoGLViewportRegionElement.cpp:93:32: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
93 | this->viewportRegion = prev->viewportRegion;
| ^~~~~~~~~~~~~~
In file included from ../../../include/Inventor/elements/SoViewportRegionElement.h:37,
from ../../../include/Inventor/elements/SoGLViewportRegionElement.h:36,
from SoGLViewportRegionElement.cpp:42:
../../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoGLViewportRegionElement.cpp: In member function ‘virtual void SoGLViewportRegionElement::setElt(const SbViewportRegion&)’:
SoGLViewportRegionElement.cpp:115:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
115 | this->viewportRegion = viewportRegionarg;
| ^~~~~~~~~~~~~~~~~
../../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoElement.cpp:296:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoLightElement.h:39,
from ../../include/Inventor/elements/SoElements.h:40,
from SoElement.cpp:291:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoFontNameElement.cpp: In static member function ‘static void SoFontNameElement::set(SoState*, SoNode*, SbName)’:
SoFontNameElement.cpp:103:25: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
103 | element->fontName = fontName;
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoFontNameElement.h:36,
from SoFontNameElement.cpp:45:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoFontNameElement.cpp: In member function ‘virtual SoElement* SoFontNameElement::copyMatchInfo() const’:
SoFontNameElement.cpp:142:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
142 | element->fontName = this->fontName;
| ^~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoFontNameElement.cpp: In member function ‘virtual void SoFontNameElement::init(SoState*)’:
SoFontNameElement.cpp:162:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
162 | this->fontName = *SoFontNameElement::defaultfontname;
| ^~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoLightElement.cpp: In static member function ‘static void SoLightElement::add(SoState*, SoLight*, const SbMatrix&)’:
SoLightElement.cpp:116:31: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
116 | elem->matrixlist->append(matrix);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from ../../include/Inventor/elements/SoLightElement.h:39,
from SoLightElement.cpp:42:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoAccumulatedElement.h:37,
from ../../include/Inventor/elements/SoLightElement.h:36:
../../include/Inventor/lists/SbList.h:121:26: note: initializing argument 1 of ‘void SbList::append(Type) [with Type = SbMatrix]’
121 | void append(const Type item) {
| ~~~~~~~~~~~^~~~
SoLocalBBoxMatrixElement.cpp: In static member function ‘static SbMatrix SoLocalBBoxMatrixElement::pushMatrix(SoState*)’:
SoLocalBBoxMatrixElement.cpp:245:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
245 | return elem->localMatrix;
| ~~~~~~^~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
from ../../include/Inventor/elements/SoLocalBBoxMatrixElement.h:36,
from SoLocalBBoxMatrixElement.cpp:44:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from SoMultiTextureCoordinateElement.cpp:52:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
SoMultiTextureCoordinateElement.cpp:89:28: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:89:28: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:177:22: required from ‘void SbList::truncate(int, int) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:434:35: required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
112 | for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureCoordinateElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureCoordinateElement::UnitData]’
SoMultiTextureCoordinateElement.cpp:513:44: required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoMultiTextureCoordinateElement::UnitData& SoMultiTextureCoordinateElement::UnitData::operator=(const SoMultiTextureCoordinateElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoMultiTextureCoordinateElement.cpp:70:1: note: because ‘SoMultiTextureCoordinateElement::UnitData’ has user-provided ‘SoMultiTextureCoordinateElement::UnitData::UnitData(const SoMultiTextureCoordinateElement::UnitData&)’
70 | SoMultiTextureCoordinateElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoMultiTextureMatrixElement.cpp:47:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:37:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoAccumulatedElement.h:37,
from ../../include/Inventor/elements/SoMultiTextureMatrixElement.h:36:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureMatrixElement::UnitData]’:
SoMultiTextureMatrixElement.cpp:56:28: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureMatrixElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoMultiTextureMatrixElement::UnitData]’
SoMultiTextureMatrixElement.cpp:56:28: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureMatrixElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureMatrixElement::UnitData]’
SoMultiTextureMatrixElement.cpp:202:44: required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘SoMultiTextureMatrixElement::UnitData& SoMultiTextureMatrixElement::UnitData::operator=(const SoMultiTextureMatrixElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:5: note: because ‘SoMultiTextureMatrixElement::UnitData’ has user-provided ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~
SoMultiTextureImageElement.cpp: In static member function ‘static void SoMultiTextureImageElement::setDefault(SoState*, SoNode*, int)’:
SoMultiTextureImageElement.cpp:118:44: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
118 | PRIVATE(elem)->unitdata[unit] = UnitData();
| ^
In file included from SoMultiTextureImageElement.cpp:49:
../../include/Inventor/elements/SoMultiTextureImageElement.h:158:5: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
158 | UnitData(const UnitData & org);
| ^~~~~~~~
In file included from SoMultiTextureImageElement.cpp:54:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoMultiTextureImageElement::UnitData]’:
SoMultiTextureImageElement.cpp:61:28: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoMultiTextureImageElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoMultiTextureImageElement::UnitData]’
SoMultiTextureImageElement.cpp:61:28: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoMultiTextureImageElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoMultiTextureImageElement::UnitData]’
SoMultiTextureImageElement.cpp:346:44: required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoMultiTextureImageElement::UnitData& SoMultiTextureImageElement::UnitData::operator=(const SoMultiTextureImageElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoMultiTextureImageElement.cpp:513:1: note: because ‘SoMultiTextureImageElement::UnitData’ has user-provided ‘SoMultiTextureImageElement::UnitData::UnitData(const SoMultiTextureImageElement::UnitData&)’
513 | SoMultiTextureImageElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
SoModelMatrixElement.cpp: In member function ‘virtual SbMatrix SoModelMatrixElement::pushMatrixElt()’:
SoModelMatrixElement.cpp:415:16: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
415 | return this->modelMatrix;
| ~~~~~~^~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoModelMatrixElement.h:37,
from SoModelMatrixElement.cpp:54:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setAmbientColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:516:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
516 | SO_SET_OVERRIDE(AMBIENT_COLOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setColorIndexOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:528:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
528 | SO_SET_OVERRIDE(COLOR_INDEX);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setComplexityOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:540:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
540 | SO_SET_OVERRIDE(COMPLEXITY);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setComplexityTypeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:552:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
552 | SO_SET_OVERRIDE(COMPLEXITY_TYPE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setCreaseAngleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:564:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
564 | SO_SET_OVERRIDE(CREASE_ANGLE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setDiffuseColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:581:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
581 | SO_SET_OVERRIDE(DIFFUSE_COLOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:583:5: note: in expansion of macro ‘SO_SET_OVERRIDE’
583 | SO_SET_OVERRIDE(TRANSPARENCY);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setDrawStyleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:596:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
596 | SO_SET_OVERRIDE(DRAW_STYLE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setEmissiveColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:608:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
608 | SO_SET_OVERRIDE(EMISSIVE_COLOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setFontNameOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:620:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
620 | SO_SET_OVERRIDE(FONT_NAME);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setFontSizeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:632:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
632 | SO_SET_OVERRIDE(FONT_SIZE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLightModelOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:644:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
644 | SO_SET_OVERRIDE(LIGHT_MODEL);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLinePatternOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:656:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
656 | SO_SET_OVERRIDE(LINE_PATTERN);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setLineWidthOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:668:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
668 | SO_SET_OVERRIDE(LINE_WIDTH);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setMaterialBindingOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:678:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
678 | SO_SET_OVERRIDE(MATERIAL_BINDING);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPickStyleOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:690:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
690 | SO_SET_OVERRIDE(PICK_STYLE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPointSizeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:702:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
702 | SO_SET_OVERRIDE(POINT_SIZE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setPolygonOffsetOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:714:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
714 | SO_SET_OVERRIDE(POLYGON_OFFSET);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setShapeHintsOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:726:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
726 | SO_SET_OVERRIDE(SHAPE_HINTS);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setShininessOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:738:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
738 | SO_SET_OVERRIDE(SHININESS);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setSpecularColorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:750:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
750 | SO_SET_OVERRIDE(SPECULAR_COLOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setTransparencyOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:764:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
764 | SO_SET_OVERRIDE(TRANSPARENCY);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:766:5: note: in expansion of macro ‘SO_SET_OVERRIDE’
766 | SO_SET_OVERRIDE(DIFFUSE_COLOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setTransparencyTypeOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:780:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
780 | SO_SET_OVERRIDE(TRANSPARENCY_TYPE);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setNormalVectorOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:795:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
795 | SO_SET_OVERRIDE(NORMAL_VECTOR);
| ^~~~~~~~~~~~~~~
SoOverrideElement.cpp: In static member function ‘static void SoOverrideElement::setNormalBindingOverride(SoState*, SoNode*, SbBool)’:
SoOverrideElement.cpp:149:3: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
149 | const_cast \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150 | ( \
| ~~~
151 | coin_safe_cast(getElement(state, classStackIndex)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152 | ); \
| ~
SoOverrideElement.cpp:810:3: note: in expansion of macro ‘SO_SET_OVERRIDE’
810 | SO_SET_OVERRIDE(NORMAL_BINDING);
| ^~~~~~~~~~~~~~~
SoTextureCombineElement.cpp: In copy constructor ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’:
SoTextureCombineElement.cpp:317:9: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class SoTextureCombineElement::UnitData’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
317 | memcpy(this, &org, sizeof(*this));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoTextureCombineElement.cpp:46:
../../include/Inventor/elements/SoTextureCombineElement.h:125:9: note: ‘class SoTextureCombineElement::UnitData’ declared here
125 | class UnitData {
| ^~~~~~~~
In file included from SoTextureCombineElement.cpp:52:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoTextureCombineElement::UnitData]’:
SoTextureCombineElement.cpp:67:28: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoTextureCombineElement::UnitData]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SoTextureCombineElement::UnitData]’
SoTextureCombineElement.cpp:67:28: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SoTextureCombineElement::UnitData]’:
../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SoTextureCombineElement::UnitData]’
SoTextureCombineElement.cpp:203:44: required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SoTextureCombineElement::UnitData& SoTextureCombineElement::UnitData::operator=(const SoTextureCombineElement::UnitData&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoTextureCombineElement.cpp:315:1: note: because ‘SoTextureCombineElement::UnitData’ has user-provided ‘SoTextureCombineElement::UnitData::UnitData(const SoTextureCombineElement::UnitData&)’
315 | SoTextureCombineElement::UnitData::UnitData(const UnitData & org)
| ^~~~~~~~~~~~~~~~~~~~~~~
SoViewportRegionElement.cpp: In member function ‘virtual SoElement* SoViewportRegionElement::copyMatchInfo() const’:
SoViewportRegionElement.cpp:99:32: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
99 | elem->viewportRegion = this->viewportRegion;
| ^~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoViewportRegionElement.h:37,
from SoViewportRegionElement.cpp:42:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoViewportRegionElement.cpp: In member function ‘virtual void SoViewportRegionElement::setElt(const SbViewportRegion&)’:
SoViewportRegionElement.cpp:136:26: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
136 | this->viewportRegion = viewportRegionarg;
| ^~~~~~~~~~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
mkdir: cannot create directory '.libs': File exists
SoEngine.cpp: In member function ‘SbBool SoEngine::getOutputName(const SoEngineOutput*, SbName&) const’:
SoEngine.cpp:270:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
270 | outputname = outputs->getOutputName(i);
| ^
In file included from ../../include/Inventor/engines/SoSubEngine.h:37,
from ../../include/Inventor/engines/SoBoolOperation.h:36,
from ../../include/Inventor/engines/SoEngines.h:36,
from SoEngine.cpp:65:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodeEngine.cpp: In member function ‘SbBool SoNodeEngine::getOutputName(const SoEngineOutput*, SbName&) const’:
SoNodeEngine.cpp:207:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
207 | outputname = outputs->getOutputName(i);
| ^
In file included from SoNodeEngine.cpp:62:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutputData.cpp: In member function ‘void SoOutputDataEntry::copy(const SoOutputDataEntry*)’:
SoOutputData.cpp:99:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
99 | this->name = oe->name;
| ^~~~
In file included from SoOutputData.cpp:64:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
mkdir: cannot create directory '.libs': File exists
SoFieldData.cpp: In member function ‘void SoFieldEntry::copy(const SoFieldEntry*)’:
SoFieldData.cpp:115:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
115 | this->name = fe->name;
| ^~~~
In file included from SoFieldData.cpp:72:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoFieldData.cpp: In member function ‘void SoEnumEntry::copy(const SoEnumEntry*)’:
SoFieldData.cpp:139:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
139 | this->nameoftype = ee->nameoftype;
| ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoFieldData.cpp: In member function ‘SbBool SoFieldData::readFieldDescriptions(SoInput*, SoFieldContainer*, int, SbBool) const’:
SoFieldData.cpp:820:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
820 | fieldtype = fieldtypename;
| ^~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
from SoFieldData.cpp:68:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoFieldData.cpp:384:20: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SbName]’
SoFieldData.cpp:122:53: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::copy(const SbList&) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:100:11: required from ‘SbList& SbList::operator=(const SbList&) [with Type = SbName]’
SoFieldData.cpp:140:23: required from here
../../include/Inventor/lists/SbList.h:96:53: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
96 | for (int i = 0; i < n; i++) this->itembuffer[i] = l.itembuffer[i];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoMFBool.h:37,
from SoMFBool.cpp:51:
SoMFBool.cpp: In member function ‘void SoMFBool::setValues(int, int, const SbBool*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFBool.cpp:62:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
62 | SO_MFIELD_SOURCE_MALLOC(SoMFBool, SbBool, SbBool);
| ^~~~~~~~~~~~~~~~~~~~~~~
SoFieldContainer.cpp: In member function ‘SbBool SoFieldContainer::getFieldName(const SoField*, SbName&) const’:
SoFieldContainer.cpp:508:34: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
508 | name = fields->getFieldName(idx);
| ^
In file included from SoFieldContainer.cpp:60:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoField.cpp: In static member function ‘static SbString SoFieldP::getDebugIdString(const SoField*)’:
SoField.cpp:364:26: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
364 | if (!ok) { fname = ""; }
| ^~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37,
from ../../include/Inventor/fields/SoSFBool.h:37,
from ../../include/Inventor/fields/SoFields.h:38,
from SoField.cpp:115:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoField.cpp: In member function ‘int SoField::getConnections(SoFieldList&) const’:
SoField.cpp:1187:31: warning: implicitly-declared ‘SoFieldList& SoFieldList::operator=(const SoFieldList&)’ is deprecated [-Wdeprecated-copy]
1187 | masterlist = this->storage->masterfields;
| ^~~~~~~~~~~~
In file included from ../../include/Inventor/engines/SoEngineOutput.h:37,
from ../../src/engines/SoConvertAll.h:41,
from SoField.cpp:134:
../../include/Inventor/lists/SoFieldList.h:44:3: note: because ‘SoFieldList’ has user-provided ‘SoFieldList::SoFieldList(const SoFieldList&)’
44 | SoFieldList(const SoFieldList & l) : SbPList(l) { }
| ^~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFDouble.h:37,
from SoMFDouble.cpp:52:
SoMFDouble.cpp: In member function ‘void SoMFDouble::setValues(int, int, const double*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFDouble.cpp:64:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
64 | SO_MFIELD_SOURCE_MALLOC(SoMFDouble, double, double);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFEnum.h:37,
from SoMFEnum.cpp:50:
SoMFEnum.cpp: In member function ‘void SoMFEnum::setValues(int, int, const int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoMFEnum.cpp:85:1: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
85 | SO_MFIELD_VALUE_SOURCE(SoMFEnum, int, int);
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFEnum.cpp: In member function ‘virtual SbBool SoMFEnum::read1Value(SoInput*, int)’:
SoMFEnum.cpp:159:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
159 | newnames[i] = this->enumNames[i];
| ^
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFEnum.cpp:162:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
162 | newnames[i] = n;
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFEnum.cpp: In member function ‘void SoMFEnum::setEnums(int, const int*, const SbName*)’:
SoMFEnum.cpp:262:33: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
262 | this->enumNames[i] = names[i];
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFEnum.cpp: In member function ‘int SoMFEnum::getEnum(int, SbName&) const’:
SoMFEnum.cpp:334:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
334 | name = this->enumNames[idx];
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoMFFloat.h:37,
from SoMFFloat.cpp:51:
SoMFFloat.cpp: In member function ‘void SoMFFloat::setValues(int, int, const float*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFFloat.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
63 | SO_MFIELD_SOURCE_MALLOC(SoMFFloat, float, float);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFInt32.h:37,
from SoMFInt32.cpp:49:
SoMFInt32.cpp: In member function ‘void SoMFInt32::setValues(int, int, const int32_t*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFInt32.cpp:61:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
61 | SO_MFIELD_SOURCE_MALLOC(SoMFInt32, int32_t, int32_t);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFMatrix.h:37,
from SoMFMatrix.cpp:47:
SoMFMatrix.cpp: In member function ‘void SoMFMatrix::setValues(int, int, const SbMatrix*)’:
../../include/Inventor/fields/SoSubField.h:379:68: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
513 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFMatrix.cpp:60:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
60 | SO_MFIELD_SOURCE(SoMFMatrix, SbMatrix, const SbMatrix &);
| ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFMatrix.h:38:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/fields/SoMFName.h:37,
from SoMFName.cpp:47:
SoMFName.cpp: In member function ‘virtual void SoMFName::allocValues(int)’:
../../include/Inventor/fields/SoSubField.h:473:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
473 | newblock[i] = this->values[i]; \
| ^
../../include/Inventor/fields/SoSubField.h:512:3: note: in expansion of macro ‘SO_MFIELD_ALLOC_SOURCE’
512 | SO_MFIELD_ALLOC_SOURCE(_class_, _valtype_); \
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValues(int, int, const SbName*)’:
../../include/Inventor/fields/SoSubField.h:379:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
513 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::set1Value(int, const SbName&)’:
../../include/Inventor/fields/SoSubField.h:390:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
390 | this->values[idx] = value; \
| ^~~~~
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
513 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValue(const SbName&)’:
../../include/Inventor/fields/SoSubField.h:400:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
400 | this->values[0] = value; \
| ^~~~~
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
513 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘virtual void SoMFName::copyValue(int, int)’:
../../include/Inventor/fields/SoSubField.h:429:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
429 | this->values[to] = this->values[from]; \
| ^
../../include/Inventor/fields/SoSubField.h:513:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
513 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFName.cpp:58:1: note: in expansion of macro ‘SO_MFIELD_SOURCE’
58 | SO_MFIELD_SOURCE(SoMFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘virtual SbBool SoMFName::read1Value(SoInput*, int)’:
SoMFName.cpp:93:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
93 | this->values[idx] = s;
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoMFName.cpp: In member function ‘void SoMFName::setValues(int, int, const char**)’:
SoMFName.cpp:117:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
117 | for(int i=0; i < numarg; i++) this->values[i+start] = SbName(strings[i]);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoMFShort.h:37,
from SoMFShort.cpp:51:
SoMFShort.cpp: In member function ‘void SoMFShort::setValues(int, int, const short int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFShort.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
63 | SO_MFIELD_SOURCE_MALLOC(SoMFShort, short, short);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFUInt32.h:37,
from SoMFUInt32.cpp:51:
SoMFUInt32.cpp: In member function ‘void SoMFUInt32::setValues(int, int, const uint32_t*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFUInt32.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
63 | SO_MFIELD_SOURCE_MALLOC(SoMFUInt32, uint32_t, uint32_t);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoMFUShort.h:37,
from SoMFUShort.cpp:51:
SoMFUShort.cpp: In member function ‘void SoMFUShort::setValues(int, int, const short unsigned int*)’:
../../include/Inventor/fields/SoSubField.h:379:29: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
379 | this->values[i+start] = static_cast(newvals[i]); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/Inventor/fields/SoSubField.h:505:3: note: in expansion of macro ‘SO_MFIELD_VALUE_SOURCE’
505 | SO_MFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_)
| ^~~~~~~~~~~~~~~~~~~~~~
SoMFUShort.cpp:63:1: note: in expansion of macro ‘SO_MFIELD_SOURCE_MALLOC’
63 | SO_MFIELD_SOURCE_MALLOC(SoMFUShort, unsigned short, unsigned short);
| ^~~~~~~~~~~~~~~~~~~~~~~
SoSFEnum.cpp: In member function ‘void SoSFEnum::setEnums(int, const int*, const SbName*)’:
SoSFEnum.cpp:160:33: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
160 | this->enumNames[i] = names[i];
| ^
In file included from ../../include/Inventor/fields/SoSubField.h:37,
from ../../include/Inventor/fields/SoSFEnum.h:37,
from SoSFEnum.cpp:64:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoSFEnum.cpp: In member function ‘virtual SbBool SoSFEnum::readValue(SoInput*)’:
SoSFEnum.cpp:238:42: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
238 | newnames[i] = this->enumNames[i];
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoSFEnum.cpp:241:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
241 | newnames[i] = n;
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoSFEnum.cpp: In member function ‘int SoSFEnum::getEnum(int, SbName&) const’:
SoSFEnum.cpp:375:29: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
375 | name = this->enumNames[idx];
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoSFName.h:37,
from SoSFName.cpp:50:
SoSFName.cpp: In member function ‘void SoSFName::setValue(const SbName&)’:
../../include/Inventor/fields/SoSubField.h:153:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
153 | this->value = valuearg; \
| ^~~~~~~~
../../include/Inventor/fields/SoSubField.h:217:3: note: in expansion of macro ‘SO_SFIELD_VALUE_SOURCE’
217 | SO_SFIELD_VALUE_SOURCE(_class_, _valtype_, _valref_); \
| ^~~~~~~~~~~~~~~~~~~~~~
SoSFName.cpp:62:1: note: in expansion of macro ‘SO_SFIELD_SOURCE’
62 | SO_SFIELD_SOURCE(SoSFName, SbName, const SbName &);
| ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoSFName.cpp: In member function ‘virtual SbBool SoSFName::readValue(SoInput*)’:
SoSFName.cpp:92:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
92 | this->value = s;
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
mkdir: cannot create directory '.libs': File exists
In file included from ../../include/Inventor/SoInput.h:38,
from SoInputP.cpp:38:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from ../../src/io/SoInput_FileInfo.h:46,
from SoInputP.cpp:41:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../src/io/SoInput_FileInfo.h:48,
from SoInput_FileInfo.cpp:33:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoInput.cpp: In member function ‘virtual SbBool SoInput::read(SbName&, SbBool)’:
SoInput.cpp:1109:9: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1109 | n = s;
| ^
In file included from ../../src/io/SoInput_FileInfo.h:46:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from SoInput.cpp:116:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoInput.cpp:1201:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1201 | n = SbName(s);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/SoInput.h:38,
from SoInput.cpp:113:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:122:55: required from ‘void SbList::append(Type) [with Type = SbName]’
../../src/io/SoInput_FileInfo.h:154:27: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutput.cpp: In member function ‘void SoOutput::constructorCommon()’:
SoOutput.cpp:351:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
351 | PRIVATE(this)->compmethod = SbName("NONE");
| ^
In file included from SoOutput.cpp:90:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutput.cpp: In member function ‘SbBool SoOutput::setCompression(const SbName&, float)’:
SoOutput.cpp:475:31: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
475 | PRIVATE(this)->compmethod = compmethod;
| ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutput.cpp:489:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
489 | PRIVATE(this)->compmethod = SbName("NONE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutput.cpp: In member function ‘void SoOutput::addRoute(SoFieldContainer*, const SbName&, SoFieldContainer*, const SbName&)’:
SoOutput.cpp:1498:17: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1498 | r.fromfield = fromfield;
| ^~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoOutput.cpp:1500:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1500 | r.tofield = tofield;
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from SoOutput.cpp:92:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoOutput.cpp:289:33: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SbName]’
SoOutput.cpp:287:30: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In member function ‘void SbList::grow(int) [with Type = SoOutputROUTEList*]’,
inlined from ‘void SbList::append(Type) [with Type = SoOutputROUTEList*]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘virtual void SoOutput::reset()’ at SoOutput.cpp:1176:35:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SoOutputROUTEList* [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In member function ‘void SbList::grow(int) [with Type = SbHash*]’,
inlined from ‘void SbList::append(Type) [with Type = SbHash*]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘virtual void SoOutput::reset()’ at SoOutput.cpp:1183:33:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SbHash* [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoWriterefCounter.cpp: In member function ‘void SoWriterefCounter::setWriteref(const SoBase*, int)’:
SoWriterefCounter.cpp:342:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
342 | if (name == "") name = "";
| ^~~~~~~~~~
In file included from ../../src/io/SoWriterefCounter.h:46,
from SoWriterefCounter.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDirectionalLightManip.cpp: In static member function ‘static void SoDirectionalLightManip::valueChangedCB(void*, SoDragger*)’:
SoDirectionalLightManip.cpp:376:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
376 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoDirectionalLightDragger.h:36,
from SoDirectionalLightManip.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoDirectionalLightManip.cpp: In static member function ‘static void SoDirectionalLightManip::fieldSensorCB(void*, SoSensor*)’:
SoDirectionalLightManip.cpp:402:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
402 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoPointLightManip.cpp: In static member function ‘static void SoPointLightManip::valueChangedCB(void*, SoDragger*)’:
SoPointLightManip.cpp:376:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
376 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoPointLightDragger.h:36,
from SoPointLightManip.cpp:72:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoPointLightManip.cpp: In static member function ‘static void SoPointLightManip::fieldSensorCB(void*, SoSensor*)’:
SoPointLightManip.cpp:396:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
396 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoSpotLightManip.cpp: In static member function ‘static void SoSpotLightManip::valueChangedCB(void*, SoDragger*)’:
SoSpotLightManip.cpp:396:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
396 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
In file included from ../../include/Inventor/draggers/SoDragger.h:40,
from ../../include/Inventor/draggers/SoSpotLightDragger.h:36,
from SoSpotLightManip.cpp:82:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoSpotLightManip.cpp: In static member function ‘static void SoSpotLightManip::fieldSensorCB(void*, SoSensor*)’:
SoSpotLightManip.cpp:439:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
439 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoClipPlaneManip.cpp: In static member function ‘static void SoClipPlaneManip::valueChangedCB(void*, SoDragger*)’:
SoClipPlaneManip.cpp:544:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
544 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
In file included from ../../include/Inventor/SbXfBox3f.h:38,
from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
from SoClipPlaneManip.cpp:140:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoClipPlaneManip.cpp: In static member function ‘static void SoClipPlaneManip::fieldSensorCB(void*, SoSensor*)’:
SoClipPlaneManip.cpp:587:48: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
587 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTransformManip.cpp: In static member function ‘static void SoTransformManip::valueChangedCB(void*, SoDragger*)’:
SoTransformManip.cpp:456:46: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
456 | SbMatrix matrix = dragger->getMotionMatrix();
| ^
In file included from ../../include/Inventor/nodes/SoTransform.h:40,
from ../../include/Inventor/manips/SoTransformManip.h:36,
from SoTransformManip.cpp:56:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoBaseP.cpp: In static member function ‘static SbBool SoBase::PImpl::readReference(SoInput*, SoBase*&)’:
SoBaseP.cpp:243:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
243 | refname = startstr;
| ^~~~~~~~
In file included from SoBaseP.cpp:36:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoBase.cpp: In static member function ‘static SbBool SoBase::readRoute(SoInput*)’:
SoBase.cpp:1440:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1440 | fromnodename = str1;
| ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/misc/SoProtoInstance.h:41,
from SoBase.cpp:84:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoBase.cpp:1441:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1441 | fromfieldname = str2;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoBase.cpp:1446:22: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1446 | tonodename = str1;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoBase.cpp:1447:23: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1447 | tofieldname = str2;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../src/misc/SoBaseP.h:36,
from SoBase.cpp:87:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = SbPList*]’,
inlined from ‘static void SoBase::addName(SoBase*, const char*)’ at SoBase.cpp:758:36:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoBase::addName(SoBase*, const char*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘SbPList* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = SbPList*]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const SoBase*; Type = const char*]’,
inlined from ‘static void SoBase::addName(SoBase*, const char*)’ at SoBase.cpp:770:31:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoBase::addName(SoBase*, const char*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const char* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const SoBase*; Type = const char*]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoBase.cpp:758:38: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
758 | (*SoBase::PImpl::name2obj)[name] = l;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoBase.cpp:770:33: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
770 | (*SoBase::PImpl::obj2name)[b] = name;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const SoBase*; Type = SoAuditorList*]’,
inlined from ‘const SoAuditorList& SoBase::getAuditors() const’ at SoBase.cpp:890:39:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘const SoAuditorList& SoBase::getAuditors() const’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘SoAuditorList* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const SoBase*; Type = SoAuditorList*]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoBase.cpp:890:41: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
890 | (*SoBase::PImpl::auditordict)[this] = new SoAuditorList;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In file included from SoConfigSettings.cpp:2:
In member function ‘SbString& SbString::operator=(const char*)’,
inlined from ‘void SoConfigSettings::reinitialize()’ at SoConfigSettings.cpp:75:53:
../../include/Inventor/SbString.h:102:23: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
102 | { cc_string_set_text(&this->str, s); return *this; }
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from SoConfigSettings.cpp:5:
../../src/misc/SbHash.h: In member function ‘void SoConfigSettings::reinitialize()’:
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In file included from SoContextHandler.cpp:68:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = socontexthandler_cbitem; Type = unsigned int]’,
inlined from ‘static void SoContextHandler::addContextDestructionCallback(void (*)(uint32_t, void*), void*)’ at SoContextHandler.cpp:242:36:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In static member function ‘static void SoContextHandler::addContextDestructionCallback(void (*)(uint32_t, void*), void*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const unsigned int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = socontexthandler_cbitem; Type = unsigned int]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoContextHandler.cpp:242:38: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
242 | (*socontexthandler_hashlist)[item] = item.idx;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoDB.cpp: In static member function ‘static void SoDB::createRoute(SoNode*, const char*, SoNode*, const char*)’:
SoDB.cpp:1563:20: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1563 | fromnodename = "";
| ^~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSubField.h:37,
from ../../include/Inventor/fields/SoSFTime.h:37,
from SoDB.cpp:91:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDB.cpp:1567:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1567 | tonodename = "";
| ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDB.cpp: In static member function ‘static void SoDB::removeRoute(SoNode*, const char*, SoNode*, const char*)’:
SoDB.cpp:1667:20: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1667 | fromnodename = "";
| ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoDB.cpp:1671:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1671 | tonodename = "";
| ^~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGlyph.cpp: In constructor ‘coin_glyph_info::coin_glyph_info(unsigned int, float, const SbName&, SoGlyph*, float)’:
SoGlyph.cpp:405:18: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
405 | this->font = fontarg;
| ^~~~~~~
In file included from SoGlyph.cpp:72:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGlyph.cpp: In static member function ‘static const SoGlyph* SoGlyph::getGlyph(SoState*, unsigned int, const SbVec2s&, float)’:
SoGlyph.cpp:561:38: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
561 | state_name = SbName("defaultFont");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/misc/SoJavaScriptEngine.h:37,
from SoJavaScriptEngine.cpp:48:
SoJavaScriptEngine.cpp: In member function ‘SbBool SoJavaScriptEngine::field2jsval(const SoField*, jsval*) const’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
218 | #define INT_TO_JSVAL(i) (((jsval)(i) << 1) | JSVAL_INT)
| ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
242 | #define JSVAL_VOID INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
| ^~~~~~~~~~~~
SoJavaScriptEngine.cpp:526:8: note: in expansion of macro ‘JSVAL_VOID’
526 | *v = JSVAL_VOID;
| ^~~~~~~~~~
SoJavaScriptEngine.cpp: In member function ‘virtual SbBool SoJavaScriptEngine::hasScriptField(const SbName&) const’:
../../include/Inventor/C/glue/spidermonkey.h:218:46: warning: left shift of negative value [-Wshift-negative-value]
218 | #define INT_TO_JSVAL(i) (((jsval)(i) << 1) | JSVAL_INT)
| ~~~~~~~~~~~^~~~
../../include/Inventor/C/glue/spidermonkey.h:242:22: note: in expansion of macro ‘INT_TO_JSVAL’
242 | #define JSVAL_VOID INT_TO_JSVAL(0 - JSVAL_INT_POW2(30))
| ^~~~~~~~~~~~
../../include/Inventor/C/glue/spidermonkey.h:207:41: note: in expansion of macro ‘JSVAL_VOID’
207 | #define JSVAL_IS_VOID(v) ((v) == JSVAL_VOID)
| ^~~~~~~~~~
SoJavaScriptEngine.cpp:680:10: note: in expansion of macro ‘JSVAL_IS_VOID’
680 | return JSVAL_IS_VOID(val) ? FALSE : TRUE;
| ^~~~~~~~~~~~~
In file included from ../../include/Inventor/misc/SoLightPath.h:37,
from SoLightPath.cpp:46:
In member function ‘void SbList::grow(int) [with Type = int]’,
inlined from ‘void SbList::append(Type) [with Type = int]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘void SoLightPath::setHead(SoNode*)’ at SoLightPath.cpp:94:23:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘int [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from SoPickedPoint.cpp:54:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
from SoPickedPoint.cpp:51:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoPickedPoint.cpp: In copy constructor ‘SoPickedPoint::SoPickedPoint(const SoPickedPoint&)’:
SoPickedPoint.cpp:93:23: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
93 | this->viewport = pp.viewport;
| ^~~~~~~~
In file included from ../../include/Inventor/SoPickedPoint.h:40,
from SoPickedPoint.cpp:47:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoPickedPoint.cpp: In constructor ‘SoPickedPoint::SoPickedPoint(const SoPath*, SoState*, const SbVec3f&)’:
SoPickedPoint.cpp:120:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
120 | this->viewport = SoViewportRegionElement::get(stateptr);
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoProto.cpp: In member function ‘virtual SbBool SoProto::readInstance(SoInput*, short unsigned int)’:
SoProto.cpp:373:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
373 | PRIVATE(this)->name = protoname;
| ^~~~~~~~~
In file included from SoProto.cpp:87:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoProto.cpp: In member function ‘void SoProto::connectISRefs(SoProtoInstance*, SoNode*, SoNode*) const’:
SoProto.cpp:990:55: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
990 | fieldname = soproto_find_fieldname(node, fieldname);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoProto.cpp:996:75: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
996 | fieldname = soproto_find_outputname((SoNodeEngine*)node, fieldname);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/SoInput.h:38,
from SoProto.cpp:89:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoProto.cpp:633:36: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SbName]’
SoProto.cpp:221:45: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
mkdir: cannot create directory '.libs': File exists
In file included from SoGLCubeMapImage.cpp:61:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SoGLCubeMapImageP::dldata]’:
SoGLCubeMapImage.cpp:164:29: required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
158 | this->itembuffer[i] = this->itembuffer[i + 1];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
115 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLCubeMapImageP::dldata]’:
SoGLCubeMapImage.cpp:354:35: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
115 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLCubeMapImageP::dldata]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SoGLCubeMapImageP::dldata]’
SoGLCubeMapImage.cpp:104:27: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
115 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLCubeMapImageP::dldata]’:
../../include/Inventor/lists/SbList.h:177:22: required from ‘void SbList::truncate(int, int) [with Type = SoGLCubeMapImageP::dldata]’
SoGLCubeMapImage.cpp:208:33: required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLCubeMapImageP::dldata& SoGLCubeMapImageP::dldata::operator=(const SoGLCubeMapImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
112 | for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLCubeMapImage.cpp:115:5: note: because ‘SoGLCubeMapImageP::dldata’ has user-provided ‘SoGLCubeMapImageP::dldata::dldata(const SoGLCubeMapImageP::dldata&)’
115 | dldata(const dldata & org)
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:299:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
299 | f.feature = feature;
| ^~~~~~~
In file included from SoGLDriverDatabase.cpp:51:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:320:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
320 | f.feature = feature;
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:348:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
348 | f.feature = feature;
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’:
SoGLDriverDatabase.cpp:373:15: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
373 | f.feature = feature;
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘cc_xml_element* SoGLDriverDatabaseP::findPlatform(const cc_xml_elt*, const char*)’:
SoGLDriverDatabase.cpp:426:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
426 | namestr = "undefined";
| ^~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:429:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
429 | namestr = cc_xml_elt_get_cdata(name);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘cc_xml_element* SoGLDriverDatabaseP::findVendor(const cc_xml_elt*, const char*)’:
SoGLDriverDatabase.cpp:468:19: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
468 | namestr = "undefined";
| ^~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:471:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
471 | namestr = cc_xml_elt_get_cdata(name);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SoGLDriverDatabaseP::SoGLDriver* SoGLDriverDatabaseP::findGLDriver(const cc_glglue*)’:
SoGLDriverDatabase.cpp:574:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
574 | platformstring = "Apple";
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:577:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
577 | platformstring = "Win32";
| ^~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:580:24: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
580 | platformstring = "Unix";
| ^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘SbBool SoGLDriverDatabaseP::mergeFeature(cc_xml_elt*, const cc_xml_elt*)’:
SoGLDriverDatabase.cpp:700:44: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
700 | featurename = cc_xml_elt_get_cdata(name);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:712:62: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
712 | existingfeaturename = cc_xml_elt_get_cdata(existingname);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp: In member function ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’:
SoGLDriverDatabase.cpp:1035:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1035 | featurename = cc_xml_elt_get_cdata(name);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoGLDriverDatabase.cpp:1036:48: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
1036 | commentstr = cc_xml_elt_get_cdata(comment);
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/misc/SoGLDriverDatabase.h:37,
from SoGLDriverDatabase.cpp:46:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoGLDriverDatabase.cpp:1046:30: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/SoPath.h:37,
from ../../include/Inventor/SoFullPath.h:36,
from ../../include/Inventor/misc/SoTempPath.h:36,
from ../../include/Inventor/actions/SoAction.h:38,
from ../../include/Inventor/actions/SoGLRenderAction.h:36,
from SoGLImage.cpp:202:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:915:31: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
674 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::removeFast(int) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:1964:30: required from here
../../include/Inventor/lists/SbList.h:165:29: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
165 | this->itembuffer[index] = this->itembuffer[--this->numitems];
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
674 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SoGLImageP::dldata]’:
SoGLImage.cpp:2245:27: required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
158 | this->itembuffer[i] = this->itembuffer[i + 1];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
674 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SbName]’
SoGLDriverDatabase.cpp:64:9: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SoGLImageP::dldata]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SoGLImageP::dldata]’
SoGLImage.cpp:620:7: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
674 | dldata(const dldata & org)
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SoGLImageP::dldata]’:
../../include/Inventor/lists/SbList.h:177:22: required from ‘void SbList::truncate(int, int) [with Type = SoGLImageP::dldata]’
SoGLImage.cpp:1905:24: required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SoGLImageP::dldata& SoGLImageP::dldata::operator=(const SoGLImageP::dldata&)’ is deprecated [-Wdeprecated-copy]
112 | for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SoGLImage.cpp:674:5: note: because ‘SoGLImageP::dldata’ has user-provided ‘SoGLImageP::dldata::dldata(const SoGLImageP::dldata&)’
674 | dldata(const dldata & org)
| ^~~~~~
In file included from SoGLDriverDatabase.cpp:59:
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:212:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:214:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:216:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:218:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:220:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:222:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:224:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:226:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:228:65:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:230:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:232:61:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:234:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:236:60:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:238:58:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:240:67:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:242:66:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:244:66:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:246:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:248:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:250:63:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:252:61:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:254:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:256:67:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:258:65:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:260:57:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’,
inlined from ‘void SoGLDriverDatabaseP::initFunctions()’ at SoGLDriverDatabase.cpp:262:64:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::initFunctions()’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘int (* const&)(const cc_glglue*)’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = int (*)(const cc_glglue*)]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:212:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
212 | this->featuremap[SbName(SO_GL_MULTIDRAW_ELEMENTS).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:214:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
214 | this->featuremap[SbName(SO_GL_POLYGON_OFFSET).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:216:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
216 | this->featuremap[SbName(SO_GL_TEXTURE_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:218:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
218 | this->featuremap[SbName(SO_GL_3D_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:220:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
220 | this->featuremap[SbName(SO_GL_MULTITEXTURE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:222:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
222 | this->featuremap[SbName(SO_GL_TEXSUBIMAGE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:224:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
224 | this->featuremap[SbName(SO_GL_2D_PROXY_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:226:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
226 | this->featuremap[SbName(SO_GL_TEXTURE_EDGE_CLAMP).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:228:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
228 | this->featuremap[SbName(SO_GL_TEXTURE_COMPRESSION).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:230:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
230 | this->featuremap[SbName(SO_GL_COLOR_TABLES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:232:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
232 | this->featuremap[SbName(SO_GL_COLOR_SUBTABLES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:234:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
234 | this->featuremap[SbName(SO_GL_PALETTED_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:236:62: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
236 | this->featuremap[SbName(SO_GL_BLEND_EQUATION).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:238:60: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
238 | this->featuremap[SbName(SO_GL_VERTEX_ARRAY).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:240:69: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
240 | this->featuremap[SbName(SO_GL_NV_VERTEX_ARRAY_RANGE).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:242:68: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
242 | this->featuremap[SbName(SO_GL_VERTEX_BUFFER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:244:68: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
244 | this->featuremap[SbName(SO_GL_ARB_FRAGMENT_PROGRAM).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:246:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
246 | this->featuremap[SbName(SO_GL_ARB_VERTEX_PROGRAM).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:248:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
248 | this->featuremap[SbName(SO_GL_ARB_VERTEX_SHADER).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:250:65: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
250 | this->featuremap[SbName(SO_GL_ARB_SHADER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:252:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
252 | this->featuremap[SbName(SO_GL_OCCLUSION_QUERY).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:254:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
254 | this->featuremap[SbName(SO_GL_FRAMEBUFFER_OBJECT).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:256:69: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
256 | this->featuremap[SbName(SO_GL_ANISOTROPIC_FILTERING).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:258:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
258 | this->featuremap[SbName(SO_GL_SORTED_LAYERS_BLEND).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:260:59: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
260 | this->featuremap[SbName(SO_GL_BUMPMAPPING).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:262:66: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
262 | this->featuremap[SbName(SO_GL_VBO_IN_DISPLAYLIST).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:264:73: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
264 | this->featuremap[SbName(SO_GL_NON_POWER_OF_TWO_TEXTURES).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:266:63: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
266 | this->featuremap[SbName(SO_GL_GENERATE_MIPMAP).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLDriverDatabase.cpp:268:67: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
268 | this->featuremap[SbName(SO_GL_GLSL_CLIP_VERTEX_HW).getString()] =
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoGLNurbs.cpp: In function ‘void sogl_render_nurbs_surface(SoAction*, SoShape*, void*, int, int, const float*, const float*, int, int, int, int, const float*, const float*, int, int, SbBool, int, const int32_t*, int, const int32_t*)’:
SoGLNurbs.cpp:985:63: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
985 | SbMatrix glmodelmatrix = SoViewingMatrixElement::get(state);
| ^
In file included from ../../include/Inventor/elements/SoViewingMatrixElement.h:37,
from SoGLNurbs.cpp:35:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoGLNurbs.cpp: In function ‘void sogl_render_nurbs_curve(SoAction*, SoShape*, void*, int, const float*, int, SbBool, SbBool, int, const int32_t*)’:
SoGLNurbs.cpp:1316:63: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
1316 | SbMatrix glmodelmatrix = SoViewingMatrixElement::get(state);
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = const char*; Type = const char*]’,
inlined from ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’ at SoGLDriverDatabase.cpp:1038:35:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘void SoGLDriverDatabaseP::addFeatures(const cc_glglue*, const cc_xml_element*, SoGLDriver*)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const char* const&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = const char*; Type = const char*]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:1038:37: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
1038 | driver->features[featurename] = commentstr;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoRenderManager.cpp: In constructor ‘SoRenderManager::SoRenderManager()’:
SoRenderManager.cpp:260:61: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
260 | PRIVATE(this)->stereostencilmaskvp = SbViewportRegion(0, 0);
| ^
In file included from ../../include/Inventor/actions/SoGLRenderAction.h:39,
from ../../include/Inventor/SoRenderManager.h:38,
from SoRenderManager.cpp:50:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoRenderManager.cpp: In member function ‘void SoRenderManager::initStencilBufferForInterleavedStereo()’:
SoRenderManager.cpp:1040:40: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
1040 | PRIVATE(this)->stereostencilmaskvp = currentvp;
| ^~~~~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoRenderManager.cpp: In member function ‘void SoRenderManager::setGLRenderAction(SoGLRenderAction*)’:
SoRenderManager.cpp:1510:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
1510 | region = PRIVATE(this)->glaction->getViewportRegion();
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
inlined from ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:310:24:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isBroken(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:310:26: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
310 | this->brokencache[f] = broken;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
inlined from ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:332:26:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isDisabled(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:332:28: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
332 | this->disabledcache[f] = disabled;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
inlined from ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:356:22:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isSlow(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:356:24: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
356 | this->slowcache[f] = slow;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
In member function ‘Type& SbHash::operator[](const Key&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’,
inlined from ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’ at SoGLDriverDatabase.cpp:381:22:
../../src/misc/SbHash.h:357:15: warning: ‘dummy’ may be used uninitialized [-Wmaybe-uninitialized]
357 | ok = put(key,dummy);
| ~~~^~~~~~~~~~~
../../src/misc/SbHash.h: In member function ‘SbBool SoGLDriverDatabaseP::isFast(const cc_glglue*, const SbName&)’:
../../src/misc/SbHash.h:454:10: note: by argument 3 of type ‘const int&’ to ‘SbBool SbHash::put(const Key&, const Type&) [with Key = SoGLDriverDatabaseP::FeatureID; Type = int]’ declared here
454 | SbBool put(const Key & key, const Type & obj)
| ^~~
../../src/misc/SbHash.h:355:12: note: ‘dummy’ declared here
355 | Type dummy;
| ^~~~~
SoGLDriverDatabase.cpp:381:24: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
381 | this->fastcache[f] = fast;
../../src/misc/SbHash.h:353:12: note: ‘obj’ was declared here
353 | Type * obj;
| ^~~
SoOffscreenRenderer.cpp: In constructor ‘SoOffscreenRendererP::SoOffscreenRendererP(SoOffscreenRenderer*, const SbViewportRegion&, SoGLRenderAction*)’:
SoOffscreenRenderer.cpp:402:22: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
402 | this->viewport = vpr;
| ^~~
In file included from ../../include/Inventor/SoOffscreenRenderer.h:36,
from SoOffscreenRenderer.cpp:309:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoOffscreenRenderer.cpp: In member function ‘void SoOffscreenRenderer::setViewportRegion(const SbViewportRegion&)’:
SoOffscreenRenderer.cpp:586:29: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
586 | PRIVATE(this)->viewport = region;
| ^~~~~~
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoNodekitCatalog.cpp: In member function ‘SoNodekitCatalog* SoNodekitCatalog::clone(SoType) const’:
SoNodekitCatalog.cpp:461:39: warning: implicitly-declared ‘SoTypeList& SoTypeList::operator=(const SoTypeList&)’ is deprecated [-Wdeprecated-copy]
461 | newitem->itemtypeslist = olditem->itemtypeslist;
| ^~~~~~~~~~~~~
In file included from SoNodekitCatalog.cpp:56:
../../include/Inventor/lists/SoTypeList.h:43:3: note: because ‘SoTypeList’ has user-provided ‘SoTypeList::SoTypeList(const SoTypeList&)’
43 | SoTypeList(const SoTypeList & l) : SbPList(l) { }
| ^~~~~~~~~~
SoNodekitCatalog.cpp: In member function ‘SbBool SoNodekitCatalog::addEntry(const SbName&, SoType, SoType, SbBool, const SbName&, const SbName&, SbBool, SoType, SoType, SbBool)’:
SoNodekitCatalog.cpp:509:56: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
509 | if (parent[0] == '\"' && parent[1] == '\"') parent = "";
| ^~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/nodekits/SoSubKit.h:36,
from ../../include/Inventor/nodekits/SoBaseKit.h:36,
from SoNodekitCatalog.cpp:51:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodekitCatalog.cpp:510:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
510 | if (rightsibling[0] == '\"' && rightsibling[1] == '\"') rightsibling = "";
| ^~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodekitCatalog.cpp:534:21: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
534 | newitem->name = name;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodekitCatalog.cpp:538:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
538 | newitem->parentname = parent;
| ^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodekitCatalog.cpp:539:28: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
539 | newitem->siblingname = rightsibling;
| ^~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoNodekitCatalog.cpp: In member function ‘SbBool SoNodekitCatalog::reallyAddEntry(CatalogItem*)’:
SoNodekitCatalog.cpp:608:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
608 | this->items[i]->siblingname = newitem->name;
| ^~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoBaseKit.cpp: In member function ‘virtual SbBool SoBaseKit::readInstance(SoInput*, short unsigned int)’:
SoBaseKit.cpp:2128:50: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
2128 | partname = unknownfielddata->getFieldName(i);
| ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/nodekits/SoSubKit.h:36,
from ../../include/Inventor/nodekits/SoBaseKit.h:36,
from SoBaseKit.cpp:527:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
from ../../include/Inventor/nodes/SoSubNode.h:61:
In member function ‘void SbList::grow(int) [with Type = CatalogItem*]’,
inlined from ‘void SbList::append(Type) [with Type = CatalogItem*]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘SbBool SoNodekitCatalog::reallyAddEntry(CatalogItem*)’ at SoNodekitCatalog.cpp:599:23:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘CatalogItem* [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
from ../../include/Inventor/nodes/SoSubNode.h:61:
In member function ‘void SbList::grow(int) [with Type = SoSFNode*]’,
inlined from ‘void SbList::append(Type) [with Type = SoSFNode*]’ at ../../include/Inventor/lists/SbList.h:122:59,
inlined from ‘void SoBaseKit::createFieldList()’ at SoBaseKit.cpp:1973:39:
../../include/Inventor/lists/SbList.h:248:46: warning: array subscript 0 is outside array bounds of ‘SoSFNode* [0]’ [-Warray-bounds=]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/lists/SbList.h:246:24: note: object of size 0 allocated by ‘operator new []’
246 | Type * newbuffer = new Type[this->itembuffersize];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SoInteractionKit.cpp: In member function ‘SbBool SoInteractionKit::isPathSurrogateInMySubgraph(const SoPath*, SoPath*&, SbName&, SoPath*&, SbBool)’:
SoInteractionKit.cpp:339:59: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
339 | surrogatename = PRIVATE(this)->surrogatenamelist[idx];
| ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/nodekits/SoSubKit.h:36,
from ../../include/Inventor/nodekits/SoInteractionKit.h:36,
from SoInteractionKit.cpp:81:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoInteractionKit.cpp:358:60: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
358 | surrogatename = kit->pimpl->surrogatenamelist[idx];
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
In file included from ../../include/Inventor/fields/SoFieldData.h:37,
from ../../include/Inventor/nodes/SoSubNode.h:61:
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::append(Type) [with Type = SbName]’:
SoInteractionKit.cpp:413:44: required from here
../../include/Inventor/lists/SbList.h:123:40: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
123 | this->itembuffer[this->numitems++] = item;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::remove(int) [with Type = SbName]’:
SoInteractionKit.cpp:435:48: required from here
../../include/Inventor/lists/SbList.h:158:27: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
158 | this->itembuffer[i] = this->itembuffer[i + 1];
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::grow(int) [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:80:39: required from ‘SbList::SbList(int) [with Type = SbName]’
SoInteractionKit.cpp:161:54: required from here
../../include/Inventor/lists/SbList.h:248:46: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
248 | for (int i = 0; i < n; i++) newbuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
../../include/Inventor/lists/SbList.h: In instantiation of ‘void SbList::fit() [with Type = SbName]’:
../../include/Inventor/lists/SbList.h:177:22: required from ‘void SbList::truncate(int, int) [with Type = SbName]’
SoInteractionKit.cpp:408:44: required from here
../../include/Inventor/lists/SbList.h:112:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
112 | for (int i = 0; i < items; i++) newitembuffer[i] = this->itembuffer[i];
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLPanTarget.cpp: In static member function ‘static void SoScXMLPanTarget::initClass()’:
SoScXMLPanTarget.cpp:99:75: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
99 | SoScXMLPanTarget::PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLPanTarget.h:36,
from SoScXMLPanTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLPanTarget.cpp:100:76: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
100 | SoScXMLPanTarget::PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLPanTarget.cpp:101:73: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
101 | SoScXMLPanTarget::PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLPanTarget.cpp:102:85: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
102 | SoScXMLPanTarget::PImpl::SET_FOCAL_POINT = SbName(EVENT_PREFIX ".SET_FOCAL_POINT");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLPanTarget.cpp:103:74: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
103 | SoScXMLPanTarget::PImpl::MOVE = SbName(EVENT_PREFIX ".MOVE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLRotateTarget.cpp: In static member function ‘static void SoScXMLRotateTarget::initClass()’:
SoScXMLRotateTarget.cpp:135:57: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
135 | PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLRotateTarget.h:36,
from SoScXMLRotateTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLRotateTarget.cpp:136:58: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
136 | PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLRotateTarget.cpp:137:55: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
137 | PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLRotateTarget.cpp:138:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
138 | PImpl::SET_FOCAL_POINT = SbName(EVENT_PREFIX ".SET_FOCAL_POINT");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLRotateTarget.cpp:139:64: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
139 | PImpl::TRIGGER_SPIN = SbName(EVENT_PREFIX ".TRIGGER_SPIN");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSeekTarget.cpp: In static member function ‘static void SoScXMLSeekTarget::initClass()’:
SoScXMLSeekTarget.cpp:136:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
136 | SoScXMLSeekTarget::PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLSeekTarget.h:36,
from SoScXMLSeekTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSeekTarget.cpp:137:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
137 | SoScXMLSeekTarget::PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSeekTarget.cpp:138:65: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
138 | SoScXMLSeekTarget::PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSeekTarget.cpp:139:66: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
139 | SoScXMLSeekTarget::PImpl::MISS = SbName(EVENT_PREFIX ".MISS");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSeekTarget.cpp:140:66: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
140 | SoScXMLSeekTarget::PImpl::DONE = SbName(EVENT_PREFIX ".DONE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLFlightControlTarget.cpp: In static member function ‘static void SoScXMLFlightControlTarget::initClass()’:
SoScXMLFlightControlTarget.cpp:88:80: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
88 | SoScXMLFlightControlTarget::PImpl::PITCH = SbName(EVENT_PREFIX ".PITCH");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLFlightControlTarget.h:36,
from SoScXMLFlightControlTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLFlightControlTarget.cpp:89:78: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
89 | SoScXMLFlightControlTarget::PImpl::YAW = SbName(EVENT_PREFIX ".YAW");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLFlightControlTarget.cpp:90:79: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
90 | SoScXMLFlightControlTarget::PImpl::ROLL = SbName(EVENT_PREFIX ".ROLL");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLFlightControlTarget.cpp:91:85: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
91 | SoScXMLFlightControlTarget::PImpl::RESET_ROLL = SbName(EVENT_PREFIX ".RESET_ROLL");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSpinTarget.cpp: In static member function ‘static void SoScXMLSpinTarget::initClass()’:
SoScXMLSpinTarget.cpp:107:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
107 | SoScXMLSpinTarget::PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLSpinTarget.h:36,
from SoScXMLSpinTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSpinTarget.cpp:108:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
108 | SoScXMLSpinTarget::PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLSpinTarget.cpp:109:65: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
109 | SoScXMLSpinTarget::PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLMiscTarget.cpp: In static member function ‘static void SoScXMLMiscTarget::initClass()’:
SoScXMLMiscTarget.cpp:81:83: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
81 | SoScXMLMiscTarget::PImpl::VIEW_ALL = SbName(EVENT_PREFIX ".VIEW_ALL");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLMiscTarget.h:36,
from SoScXMLMiscTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLMiscTarget.cpp:82:81: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
82 | SoScXMLMiscTarget::PImpl::REDRAW = SbName(EVENT_PREFIX ".REDRAW");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLMiscTarget.cpp:83:83: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
83 | SoScXMLMiscTarget::PImpl::POINT_AT = SbName(EVENT_PREFIX ".POINT_AT");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLMiscTarget.cpp:84:93: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
84 | SoScXMLMiscTarget::PImpl::SET_FOCAL_DISTANCE = SbName(EVENT_PREFIX ".SET_FOCAL_DISTANCE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLMiscTarget.cpp:85:94: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
85 | SoScXMLMiscTarget::PImpl::SET_CAMERA_POSITION = SbName(EVENT_PREFIX ".SET_CAMERA_POSITION");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp: In static member function ‘static void SoScXMLZoomTarget::initClass()’:
SoScXMLZoomTarget.cpp:148:69: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
148 | SoScXMLZoomTarget::PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLZoomTarget.h:36,
from SoScXMLZoomTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:149:70: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
149 | SoScXMLZoomTarget::PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:150:67: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
150 | SoScXMLZoomTarget::PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:151:68: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
151 | SoScXMLZoomTarget::PImpl::ZOOM = SbName(EVENT_PREFIX ".ZOOM");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:152:71: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
152 | SoScXMLZoomTarget::PImpl::ZOOM_IN = SbName(EVENT_PREFIX ".ZOOM_IN");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:153:72: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
153 | SoScXMLZoomTarget::PImpl::ZOOM_OUT = SbName(EVENT_PREFIX ".ZOOM_OUT");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLZoomTarget.cpp:154:69: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
154 | SoScXMLZoomTarget::PImpl::RESET = SbName(EVENT_PREFIX ".RESET");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp: In static member function ‘static void SoScXMLDollyTarget::initClass()’:
SoScXMLDollyTarget.cpp:158:49: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
158 | PImpl::BEGIN = SbName(EVENT_PREFIX ".BEGIN");
| ^
In file included from ../../include/Inventor/scxml/ScXMLSubObject.h:36,
from ../../include/Inventor/scxml/ScXMLObject.h:39,
from ../../include/Inventor/scxml/ScXMLEventTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLNavigationTarget.h:36,
from ../../include/Inventor/navigation/SoScXMLDollyTarget.h:36,
from SoScXMLDollyTarget.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp:159:50: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
159 | PImpl::UPDATE = SbName(EVENT_PREFIX ".UPDATE");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp:160:47: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
160 | PImpl::END = SbName(EVENT_PREFIX ".END");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp:161:48: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
161 | PImpl::JUMP = SbName(EVENT_PREFIX ".JUMP");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp:162:51: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
162 | PImpl::STEP_IN = SbName(EVENT_PREFIX ".STEP_IN");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoScXMLDollyTarget.cpp:163:52: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
163 | PImpl::STEP_OUT = SbName(EVENT_PREFIX ".STEP_OUT");
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoAntiSquish.cpp: In member function ‘SbMatrix SoAntiSquish::getUnsquishingMatrix(const SbMatrix&, SbBool, SbMatrix&)’:
SoAntiSquish.cpp:330:10: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
330 | return matrix;
| ^~~~~~
In file included from ../../include/Inventor/nodes/SoAntiSquish.h:40,
from SoAntiSquish.cpp:59:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCamera.cpp: In member function ‘SbViewVolume SoCamera::getViewVolume(const SbViewportRegion&, SbViewportRegion&, const SbMatrix&) const’:
SoCamera.cpp:440:14: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
440 | resultvp = vp;
| ^~
In file included from ../../include/Inventor/nodes/SoCamera.h:37,
from SoCamera.cpp:117:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoCamera.cpp: In member function ‘virtual void SoCamera::audioRender(SoAudioRenderAction*)’:
SoCamera.cpp:756:61: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
756 | SbMatrix m = SoModelMatrixElement::get(state, mmidentity);
| ^
In file included from ../../include/Inventor/nodes/SoCamera.h:45:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoCamera.cpp: In member function ‘void SoCamera::getView(SoAction*, SbViewVolume&, SbViewportRegion&, SbBool)’:
SoCamera.cpp:919:50: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
919 | resultvp = SoViewportRegionElement::get(state);
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoCamera.cpp:924:41: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
924 | resultvp = SbViewportRegion(256, 256);
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoCamera.cpp:926:93: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
926 | SbMatrix mm = considermodelmatrix ? SoModelMatrixElement::get(state) : SbMatrix::identity();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoExtSelection.cpp: In member function ‘void SoExtSelectionP::performSelection(SoHandleEventAction*)’:
SoExtSelection.cpp:2581:64: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
2581 | this->curvp = SoViewportRegionElement::get(action->getState());
| ^
In file included from SoExtSelection.cpp:99:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoExtSelection.cpp:2667:50: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
2667 | vp = SbViewportRegion(newsize[0],newsize[1]);
| ^
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
SoExtSelection.cpp: In member function ‘SoCallbackAction::Response SoExtSelectionP::testShape(SoCallbackAction*, const SoShape*)’:
SoExtSelection.cpp:1537:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
1537 | full = TRUE;
SoExtSelection.cpp:1538:3: note: here
1538 | case SoExtSelection::PART_BBOX:
| ^~~~
SoExtSelection.cpp:1541:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
1541 | full = TRUE;
SoExtSelection.cpp:1542:3: note: here
1542 | case SoExtSelection::PART:
| ^~~~
SoMatrixTransform.cpp: In member function ‘virtual void SoMatrixTransform::getMatrix(SoGetMatrixAction*)’:
SoMatrixTransform.cpp:143:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
143 | SbMatrix m = this->matrix.getValue();
| ^
In file included from ../../include/Inventor/fields/SoSFMatrix.h:38,
from ../../include/Inventor/nodes/SoMatrixTransform.h:37,
from SoMatrixTransform.cpp:58:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoSurroundScale.cpp: In member function ‘void SoSurroundScale::updateMySurroundParams(SoAction*, const SbMatrix&)’:
SoSurroundScale.cpp:436:57: warning: implicitly-declared ‘constexpr SbViewportRegion& SbViewportRegion::operator=(const SbViewportRegion&)’ is deprecated [-Wdeprecated-copy]
436 | vp = SoViewportRegionElement::get(action->getState());
| ^
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:39,
from SoSurroundScale.cpp:198:
../../include/Inventor/SbViewportRegion.h:45:3: note: because ‘SbViewportRegion’ has user-provided ‘SbViewportRegion::SbViewportRegion(const SbViewportRegion&)’
45 | SbViewportRegion(const SbViewportRegion & vpReg);
| ^~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoTexture2Transform.cpp:66:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
from SoTexture2Transform.cpp:65:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoTexture3Transform.cpp:72:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/actions/SoGetMatrixAction.h:41,
from SoTexture3Transform.cpp:70:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoTextureMatrixTransform.cpp:67:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/fields/SoSFMatrix.h:38,
from ../../include/Inventor/nodes/SoTextureMatrixTransform.h:37,
from SoTextureMatrixTransform.cpp:61:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::GLRender(SoGLRenderAction*)’:
SoTextureMatrixTransform.cpp:134:42: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
134 | SbMatrix mat = this->matrix.getValue();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::doAction(SoAction*)’:
SoTextureMatrixTransform.cpp:148:40: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
148 | SbMatrix mat = this->matrix.getValue();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoTextureMatrixTransform.cpp: In member function ‘virtual void SoTextureMatrixTransform::getMatrix(SoGetMatrixAction*)’:
SoTextureMatrixTransform.cpp:166:42: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
166 | SbMatrix mat = this->matrix.getValue();
| ^
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
In file included from ../../include/Inventor/elements/SoGLMultiTextureMatrixElement.h:36,
from SoTextureUnit.cpp:69:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h: In copy constructor ‘SoMultiTextureMatrixElement::UnitData::UnitData(const SoMultiTextureMatrixElement::UnitData&)’:
../../include/Inventor/elements/SoMultiTextureMatrixElement.h:64:38: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
64 | UnitData(const UnitData & org) : textureMatrix(org.textureMatrix) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/Inventor/SbXfBox3f.h:38,
from ../../include/Inventor/actions/SoGetBoundingBoxAction.h:41,
from SoTextureUnit.cpp:63:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoUnknownNode.cpp: In member function ‘void SoUnknownNode::setNodeClassName(const SbName&)’:
SoUnknownNode.cpp:228:30: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
228 | PRIVATE(this)->classname = name;
| ^~~~
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../src/nodes/SoUnknownNode.h:40,
from SoUnknownNode.cpp:42:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoVertexAttribute.cpp: In constructor ‘SoVertexAttribute::SoVertexAttribute()’:
SoVertexAttribute.cpp:195:39: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
195 | attributedata->name = SbName::empty();
| ^
In file included from ../../include/Inventor/nodes/SoSubNode.h:59,
from ../../include/Inventor/nodes/SoVertexAttribute.h:37,
from SoVertexAttribute.cpp:33:
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoVertexAttribute.cpp: In member function ‘virtual void SoVertexAttribute::doAction(SoAction*)’:
SoVertexAttribute.cpp:242:60: warning: implicitly-declared ‘constexpr SbName& SbName::operator=(const SbName&)’ is deprecated [-Wdeprecated-copy]
242 | PRIVATE(this)->attributedata->name = this->name.getValue();
| ^
../../include/Inventor/SbName.h:45:3: note: because ‘SbName’ has user-provided ‘SbName::SbName(const SbName&)’
45 | SbName(const SbName & name);
| ^~~~~~
SoIndexedFaceSet.cpp: In member function ‘SbBool SoIndexedFaceSet::useConvexCache(SoAction*, const SbVec3f*, const int32_t*, SbBool)’:
SoIndexedFaceSet.cpp:995:57: warning: implicitly-declared ‘constexpr SbMatrix::SbMatrix(const SbMatrix&)’ is deprecated [-Wdeprecated-copy]
995 | SbMatrix modelmatrix = SoModelMatrixElement::get(state);
| ^
In file included from ../../include/Inventor/nodes/SoShape.h:38,
from ../../include/Inventor/nodes/SoVertexShape.h:37,
from ../../include/Inventor/nodes/SoIndexedShape.h:37,
from ../../include/Inventor/nodes/SoIndexedFaceSet.h:37,
from SoIndexedFaceSet.cpp:183:
../../include/Inventor/SbMatrix.h:113:14: note: because ‘SbMatrix’ has user-provided ‘SbMatrix& SbMatrix::operator=(const SbMatrix&)’
113 | SbMatrix & operator =(const SbMatrix & m);
| ^~~~~~~~
SoIndexedNurbsCurve.cpp: In member function ‘void SoIndexedNurbsCurveP::doNurbs(SoAction*, SbBool, SbBool)’:
SoIndexedNurbsCurve.cpp:348:90: warning: cast between incompatible function types from ‘void (*)(int, void*)’ to ‘gluNurbsCallback_cb_t’ {aka ‘void (*)(void*, ...)’} [-Wcast-function-type]
348 | GLUWrapper()->gluNurbsCallback(this->nurbsrenderer, (GLenum) GLU_NURBS_BEGIN_DATA, (gluNurbsCallback_cb_t)SoNurbsP