Snippets for meshlab 2023.12 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/meshlab/2023.12/13.fc44/data/logs/x86_64/build.log.
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/IFXCorePluginStatic/IFXCorePluginStatic.cpp:141:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 141 | throw(std::bad_alloc) | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/IFXCorePluginStatic/IFXCorePluginStatic.cpp:172:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 172 | throw(std::bad_alloc) | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/easyexif-1.0/exif.cpp:406:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 406 | return std::move(parseIFEntry_temp<true>(buf, offs, base, len)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/easyexif-1.0/exif.cpp:408:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 408 | return std::move(parseIFEntry_temp<false>(buf, offs, base, len)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Include/IFXAuthor.h:49:31: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorMaterial’; use assignment or value-initialization instead [-Wclass-memaccess] 49 | memset(p + i, 0, sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Include/IFXAuthor.h:49:31: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorMeshDesc’; use assignment or value-initialization instead [-Wclass-memaccess] 49 | memset(p + i, 0, sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:263:61: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 263 | catch (IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:921:63: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 921 | memset(pFaceUpdates,0,uFaceUpdateArraySize*sizeof(IFXAuthorFaceUpdate)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1051:71: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 1051 | memset(pFaceUpdates,0,uFaceUpdateArraySize*sizeof(IFXAuthorFaceUpdate)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1178:71: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 1178 | memset(pFaceUpdates,0,uFaceUpdateArraySize*sizeof(IFXAuthorFaceUpdate)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1314:71: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 1314 | memset(pFaceUpdates,0,uFaceUpdateArraySize*sizeof(IFXAuthorFaceUpdate)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1824:39: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 1824 | memset(pvNewNormal,0,sizeof(IFXVector3)*uNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1825:39: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 1825 | memset(pafuNormalFaceUpdates,0,sizeof(IFXAuthorFaceUpdate)*uFaceUpdateArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1895:47: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 1895 | memset(pvOriginalLocalNormal,0,sizeof(IFXVector3)*uLocalNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1956:47: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 1956 | memset(pvPredictedLocalNormal,0,sizeof(IFXVector3)*uLocalNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:1965:55: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 1965 | memset(pvFaceLocalNormal,0,sizeof(IFXVector3)*uLocalNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:2088:47: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 2088 | memset(pvLocalNormal,0,sizeof(IFXVector3)*uLocalNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:2305:87: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorFaceUpdate’; use assignment or value-initialization instead [-Wclass-memaccess] 2305 | memset(pafuNormalFaceUpdates+uFaceUpdateArraySize,0,sizeof(IFXAuthorFaceUpdate)*uFaceUpdateArrayGrowthSize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:2335:71: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class IFXVector3’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 2335 | memset(pvNewNormal+uNormalArraySize,0,sizeof(IFXVector3)*uNormalArrayGrowthSize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorCLODEncoderX_P.cpp:2336:71: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 2336 | memcpy(pvNewNormal,pvTemp,sizeof(IFXVector3)*uNormalArraySize); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXBitStreamX.cpp:203:28: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 203 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXBitStreamX.cpp:307:28: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 307 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXBitStreamX.cpp:923:28: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 923 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/corto/include/corto/cstream.h:274:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 274 | return *(float *)&c; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:63:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 63 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:106:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 106 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:142:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 142 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:177:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 177 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:203:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 203 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:237:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 237 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:270:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 270 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:298:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 298 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BitStream/CIFXDataBlockX.cpp:334:22: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 334 | catch(IFXException e) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorGeomCompiler.cpp:456:44: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 456 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorGeomCompiler.cpp:553:44: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 553 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXAuthorGeomCompiler.cpp:605:36: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 605 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/corto/src/encoder.cpp:549:13: warning: variable ‘counting’ set but not used [-Wunused-but-set-variable=] 549 | int counting = 0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/corto/src/decoder.cpp:49:18: warning: unused variable ‘version’ [-Wunused-variable] 49 | uint32_t version = stream.readUint32(); | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Bones/CIFXAnimationModifier.cpp:939:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 939 | if(motionResource) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Bones/IFXBoneNode.cpp:156:35: warning: ‘__sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 156 | sprintf( mstr, "%u", m); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libE57Format-2.3.0/src/CompressedVectorWriterImpl.cpp:348:16: warning: variable ‘totalBitsPerRecord’ set but not used [-Wunused-but-set-variable=] 348 | float totalBitsPerRecord = 0; // an estimate of future performance | ^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXStdioWriteBufferX.cpp:53:28: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 53 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXWriteManager.cpp:226:30: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 226 | catch ( IFXException e ) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXWriteManager.cpp:316:28: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 316 | catch(IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Exporting/CIFXWriteManager.cpp:372:30: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 372 | catch ( IFXException e ) | ^ -
/usr/include/bits/stdio2.h:68:35: warning: ‘__snprintf_chk’ argument 6 overlaps destination object ‘output’ [-Wrestrict] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/Builder.cpp:44:25: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations] 44 | QLinkedList<RuleState> ruleStates; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/Builder.cpp:97:33: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations] 97 | QLinkedList<RuleState>::iterator it = ruleStates.begin(); | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/common/nexusdata.cpp:171:25: warning: unused variable ‘r’ [-Wunused-variable] 171 | int64_t r = file->read(buffer, compressed_size); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/common/nexusdata.cpp:176:21: warning: unused variable ‘iterations’ [-Wunused-variable] 176 | int iterations = 1; | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/common/traversal.cpp:43:13: warning: variable ‘node_visited’ set but not used [-Wunused-but-set-variable=] 43 | int node_visited = 0; | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/PrimitiveRule.cpp:59:42: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable=] 59 | Vector3f v1 = b->getState().matrix * v; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/CLODAuthor/NormalMap.cpp:77:13: warning: variable ‘actualNumNormals’ set but not used [-Wunused-but-set-variable=] 77 | U32 actualNumNormals = numNormals; | ^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libE57Format-2.3.0/src/ImageFileImpl.cpp:305:27: warning: multi-line comment [-Wcomment] 305 | #ifdef E57_OXYGEN_SUPPORT //??? \ | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/kdtree.cpp:53:22: warning: variable ‘dim’ set but not used [-Wunused-but-set-variable=] 53 | vcg::Point3f dim = box.Dim(); | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/kdtree.cpp:54:22: warning: variable ‘center’ set but not used [-Wunused-but-set-variable=] 54 | vcg::Point3f center = box.Center(); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/kdtree.cpp:413:45: warning: unused variable ‘p’ [-Wunused-variable] 413 | const vcg::Point3f &p = cloud[i].v; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric_tex.h:329:11: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 329 | int i; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/RuleSet.cpp:211:29: warning: variable ‘custom’ set but not used [-Wunused-but-set-variable=] 211 | int custom = 0; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/RuleSet.cpp:212:29: warning: variable ‘ambi’ set but not used [-Wunused-but-set-variable=] 212 | int ambi = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/RuleSet.cpp:213:29: warning: variable ‘primitive’ set but not used [-Wunused-but-set-variable=] 213 | int primitive = 0; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/StructureSynth/Model/RuleSet.cpp:214:29: warning: variable ‘rulesCount’ set but not used [-Wunused-but-set-variable=] 214 | int rulesCount = 0; | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/mesh.cpp:229:13: warning: unused variable ‘n_of_neighbors’ [-Wunused-variable] 229 | int n_of_neighbors = 5; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Common/CIFXHashMap.cpp:190:25: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 190 | else | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/vertex_cache_optimizer.h:70:33: warning: typedef ‘vertex_type’ locally defined but not used [-Wunused-local-typedefs] 70 | typedef t_vertex vertex_type; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/vertex_cache_optimizer.h:307:37: warning: typedef ‘adjacency_type’ locally defined but not used [-Wunused-local-typedefs] 307 | typedef t_vertex_adjacency adjacency_type; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/vcgloader.h:50:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<VcgFace>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 50 | while(current_face < mesh->face.size() && count < size) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/vcgloader.h:50:70: warning: comparison of integer expressions of different signedness: ‘int’ and ‘quint32’ {aka ‘unsigned int’} [-Wsign-compare] 50 | while(current_face < mesh->face.size() && count < size) { | ~~~~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:228:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 228 | fread(&facenum, sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:239:12: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 239 | fread(&norm,sizeof(Point3f),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:240:12: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 240 | fread(&tri,sizeof(Point3f),3,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:241:12: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 241 | fread(&attr,sizeof(unsigned short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:117:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 117 | fread(buf,sizeof(char),STL_LABEL_SIZE,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:126:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 126 | fread(&facenum, sizeof(int), 1, fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:133:11: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 133 | fread(&norm,sizeof(Point3f),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:134:11: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 134 | fread(&tri,sizeof(Point3f),3,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_stl.h:135:11: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 135 | fread(&attr,sizeof(unsigned short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/edge_collapse.h:276:23: warning: unused variable ‘f’ [-Wunused-variable] 276 | FaceType & f = *((*i).f); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/edge_collapse.h:305:27: warning: unused variable ‘f’ [-Wunused-variable] 305 | FaceType & f = *((*i).f); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.h:139:13: warning: ‘NexusBuilder::tex_quality’ will be initialized after [-Wreorder] 139 | int tex_quality; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.h:133:24: warning: ‘QTemporaryFile NexusBuilder::nodeTex’ [-Wreorder] 133 | QTemporaryFile nodeTex; //texure images for each node stored here. | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:97:1: warning: when initialized here [-Wreorder] 97 | NexusBuilder::NexusBuilder(quint32 components): chunks("cache_chunks"), scaling(0.5), useNodeTex(true), tex_quality(92), nodeTex("cache_tex") { | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:221:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘quint32’ {aka ‘unsigned int’} [-Wsign-compare] 221 | if(t != -1 && t != face.tex) qDebug() << "Missing vertex replication across seams\n"; | ~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:231:21: warning: unused variable ‘v’ [-Wunused-variable] 231 | int v[3]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:408:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<TFace>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 408 | for(int i = 0; i < mesh.face.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:411:31: warning: unused variable ‘o’ [-Wunused-variable] 411 | vcg::Point2i &o = origins[b]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:412:30: warning: variable ‘m’ set but not used [-Wunused-but-set-variable=] 412 | vcg::Point2i m = mapping[b]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:425:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Box2<float> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 425 | for(int i = 0; i < boxes.size(); i++) { | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:406:16: warning: variable ‘areausage’ set but not used [-Wunused-but-set-variable=] 406 | double areausage = 0.0; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:551:23: warning: ‘Worker::builder’ will be initialized after [-Wreorder] 551 | NexusBuilder &builder; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:549:21: warning: ‘KDTreeSoup* Worker::input’ [-Wreorder] 549 | KDTreeSoup *input; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:553:9: warning: when initialized here [-Wreorder] 553 | Worker(NexusBuilder &_builder, KDTreeSoup *in, StreamSoup *out, uint _block, int _level): | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:550:21: warning: ‘Worker::output’ will be initialized after [-Wreorder] 550 | StreamSoup *output; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:548:14: warning: ‘uint Worker::block’ [-Wreorder] 548 | uint block; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:548:14: warning: ‘Worker::block’ will be initialized after [-Wreorder] 548 | uint block; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:547:13: warning: ‘int Worker::level’ [-Wreorder] 547 | int level; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:599:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<TFace>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 599 | for(int i = 0; i < tmp.face.size(); i++) { | ~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:823:31: warning: unused variable ‘dist’ [-Wunused-variable] 823 | float dist = (sphere.Center() - s.Center()).Norm(); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:824:31: warning: unused variable ‘R’ [-Wunused-variable] 824 | float R = sphere.Radius(); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:825:31: warning: unused variable ‘r’ [-Wunused-variable] 825 | float r = s.Radius(); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:1002:42: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<nx::Texture>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1002 | for(int i = 0; i < textures.size()-1; i++) { | ~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:1003:42: warning: unused variable ‘tex’ [-Wunused-variable] 1003 | Texture &tex = textures[i]; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/nexusbuilder.cpp:1020:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<nx::Texture>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1020 | for(int i = 0; i < textures.size()-1; i++) { | ~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:766:39: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 766 | memcpy( | ~~~~~~^ 767 | pTmpV3, m_pPositions, | ~~~~~~~~~~~~~~~~~~~~~ 768 | sizeof(IFXVector3) * m_MaxMeshDesc.NumPositions); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:776:39: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 776 | memcpy( | ~~~~~~^ 777 | pTmpV3, m_pNormals, | ~~~~~~~~~~~~~~~~~~~ 778 | sizeof(IFXVector3) * m_MaxMeshDesc.NumNormals); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:787:39: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 787 | memcpy( | ~~~~~~^ 788 | pTmpV4, m_pDiffuseColors, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 789 | sizeof(IFXVector4) * m_MaxMeshDesc.NumDiffuseColors); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:797:39: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 797 | memcpy( | ~~~~~~^ 798 | pTmpV4, m_pSpecularColors, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 799 | sizeof(IFXVector4) * m_MaxMeshDesc.NumSpecularColors); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:807:39: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 807 | memcpy( | ~~~~~~^ 808 | pTmpV4, m_pTexCoords, | ~~~~~~~~~~~~~~~~~~~~~ 809 | sizeof(IFXVector4) * m_MaxMeshDesc.NumTexCoords); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:50:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 50 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/CLOD/CIFXAuthorMesh.cpp:50:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 50 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_vmi.h:250:36: warning: ‘l’ may be used uninitialized [-Wmaybe-uninitialized] 250 | char * buf = new char[l+1]; | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/Glyph2D/CIFXContourExtruder.cpp:303:21: warning: variable ‘uCurrentFaceCount’ set but not used [-Wunused-but-set-variable=] 303 | U32 uCurrentFaceCount=0; | ^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/Glyph2D/CIFXGlyph3DGenerator.cpp:348:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 348 | if(IFXSUCCESS(iResult)) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/Glyph2D/CIFXGlyph3DGenerator.cpp:637:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 637 | if(IFXSUCCESS(iResult)) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/LineSet/CIFXAuthorLineSet.cpp:49:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 49 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/LineSet/CIFXAuthorLineSet.cpp:49:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 49 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Include/IFXAuthor.h:49:31: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorLineSetDesc’; use assignment or value-initialization instead [-Wclass-memaccess] 49 | memset(p + i, 0, sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/PointSet/CIFXAuthorPointSet.cpp:50:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector3’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 50 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Generators/PointSet/CIFXAuthorPointSet.cpp:50:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class IFXVector4’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 50 | memcpy(pNewData, pOldData, sizeof(T) * blocksToCopy); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Include/IFXAuthor.h:49:31: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct IFXAuthorPointSetDesc’; use assignment or value-initialization instead [-Wclass-memaccess] 49 | memset(p + i, 0, sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Mesh/CIFXInterleavedData.cpp:90:17: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 90 | else | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Mesh/CIFXMesh.cpp:95:25: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 95 | else | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Include/IFXAttributes.h:157:31: warning: iteration 22 invokes undefined behavior [-Waggressive-loop-optimizations] 157 | return flags[i]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: warning: ‘result_54’ may be used uninitialized [-Wmaybe-uninitialized] 327 | internal::triangular_matrix_vector_product | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 328 | <Index,Mode, | ~~~~~~~~~~~~ 329 | LhsScalar, LhsBlasTraits::NeedToConjugate, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 330 | RhsScalar, RhsBlasTraits::NeedToConjugate, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 331 | RowMajor> | ~~~~~~~~~ 332 | ::run(actualLhs.rows(),actualLhs.cols(), | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 333 | actualLhs.data(),actualLhs.outerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 334 | actualRhsPtr,1, | ~~~~~~~~~~~~~~~ 335 | dest.data(),dest.innerStride(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 336 | actualAlpha); | ~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:146:12: warning: ‘x._v[0]’ may be used uninitialized [-Wmaybe-uninitialized] 146 | return Point3(P3ScalarType(b[0]),P3ScalarType(b[1]),P3ScalarType(b[2])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:146:12: warning: ‘x._v[1]’ may be used uninitialized [-Wmaybe-uninitialized] 146 | return Point3(P3ScalarType(b[0]),P3ScalarType(b[1]),P3ScalarType(b[2])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:146:12: warning: ‘x._v[2]’ may be used uninitialized [-Wmaybe-uninitialized] 146 | return Point3(P3ScalarType(b[0]),P3ScalarType(b[1]),P3ScalarType(b[2])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/GLEngine/Raytracer/RenderThread.cpp:33:36: warning: deleting object of abstract class type ‘SyntopiaCore::GLEngine::Filter’ which has non-virtual destructor will cause undefined behavior [-Wdelete-non-virtual-dtor] 33 | if (!copy) delete (filter); | ^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/objloader.cpp:58:13: warning: unused variable ‘nidx’ [-Wunused-variable] 58 | int nidx = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/objloader.cpp:59:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 59 | int cnt = 0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/objloader.cpp:88:17: warning: unused variable ‘pos’ [-Wunused-variable] 88 | quint64 pos = file.pos(); | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/objloader.cpp:332:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<LoadTexture>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 332 | for (int i = 0; i < texture_filenames.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/objloader.cpp:352:45: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 352 | QStringList list = str.split(rx, QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/plyloader.cpp:303:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘quint32’ {aka ‘unsigned int’} [-Wsign-compare] 303 | if(v < 0 || v >= nVertices()) | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/plyloader.cpp:339:15: warning: variable ‘v’ set but not used [-Wunused-but-set-variable=] 339 | Splat v; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/stlloader.cpp:43:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘quint32’ {aka ‘unsigned int’} [-Wsign-compare] 43 | for(int i = 0; i < size; i++) { | ~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Subdiv/IFXTQTBaseTriangle.h:82:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 82 | if (!*ppBaseNeighbor) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Logging/ListWidgetLogger.cpp:21:54: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations] 21 | i->setBackgroundColor(QColor(255,255,255)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Logging/ListWidgetLogger.cpp:24:54: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations] 24 | i->setBackgroundColor(QColor(255,243,73)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Logging/ListWidgetLogger.cpp:27:54: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations] 27 | i->setBackgroundColor(QColor(255,2,0)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Logging/ListWidgetLogger.cpp:30:54: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations] 30 | i->setBackgroundColor(QColor(25,255,0)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Logging/ListWidgetLogger.cpp:32:54: warning: ‘virtual void QListWidgetItem::setBackgroundColor(const QColor&)’ is deprecated: Use QListWidgetItem::setBackground() instead [-Wdeprecated-declarations] 32 | i->setBackgroundColor(QColor(220,220,220)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/tmesh.cpp:245:13: warning: unused variable ‘n_of_neighbors’ [-Wunused-variable] 245 | int n_of_neighbors = 5; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/tmesh.cpp:321:55: warning: comparison of integer expressions of different signedness: ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} and ‘quint32’ {aka ‘unsigned int’} [-Wsign-compare] 321 | if(vert_to_tex[index] == f.tex && nv.T() == f.WT(k)) //found! -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Texture/CIFXTextureObject.cpp:422:27: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 422 | catch (IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/Texture/CIFXTextureObject.cpp:1570:29: warning: catching polymorphic type ‘class IFXException’ by value [-Wcatch-value=] 1570 | catch (IFXException e) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/StructureSynth-1.5.1/SyntopiaCore/Math/Random.cpp:20:30: warning: ‘void qSort(Container&) [with Container = QVector<SyntopiaCore::Math::{anonymous}::SortPair>]’ is deprecated: Use std::sort [-Wdeprecated-declarations] 20 | qSort(sp); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Kernel/IFXCom/CIFXGUIDHashMap.cpp:89:13: warning: variable ‘uNumBucketsDeleted’ set but not used [-Wunused-but-set-variable=] 89 | U32 uNumBucketsDeleted = 0; | ^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/atunstall.cpp:142:39: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 142 | for(uint32_t i = 0; i < n_symbols; i++) { | ~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/atunstall.cpp:154:39: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 154 | for(uint32_t i = 0; i < n_symbols; i++) { | ~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Dependencies/png/pngpriv.h:1556:4: warning: ‘buffer’ may be used uninitialized [-Wmaybe-uninitialized] 1556 | png_format_number(buffer, buffer + (sizeof buffer), format, number) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Dependencies/png/pngpriv.h:1556:4: warning: ‘number_buf’ may be used uninitialized [-Wmaybe-uninitialized] 1556 | png_format_number(buffer, buffer + (sizeof buffer), format, number)
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Dependencies/png/pngread.c:3298:33: warning: variable ‘row’ set but not used [-Wunused-but-set-variable=] 3298 | png_bytep row = png_voidcast(png_bytep, | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gl/gl_mesh_attributes_multi_viewer_bo_manager.h:1168:46: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 1168 | unsigned int i = 0; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:745:21: warning: variable ‘bits’ set but not used [-Wunused-but-set-variable=] 745 | int bits =0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:751:21: warning: unused variable ‘sbits’ [-Wunused-variable] 751 | int sbits = 8*tunstall2.compress(stream, &*tdiffs.begin(), tdiffs.size()); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:530:13: warning: variable ‘useless’ set but not used [-Wunused-but-set-variable=] 530 | int useless = 0; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:560:13: warning: variable ‘counting’ set but not used [-Wunused-but-set-variable=] 560 | int counting = 0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:786:20: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 786 | static int count = 0; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshcoder.cpp:393:16: warning: ‘vcg::Color4b toRGB(vcg::Color4b)’ defined but not used [-Wunused-function] 393 | static Color4b toRGB(Color4b e) { | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshdecoder.cpp:405:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 405 | if(current == nface) break; //no more faces to encode exiting | ~~~~~~~~^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxszip/meshdecoder.cpp:524:20: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 524 | static int count = 0; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BoundHierarchy/CIFXBoundUtil.cpp:417:25: warning: ‘operator delete []’ called on unallocated object ‘pTmpRightList’ [-Wfree-nonheap-object] 417 | IFXDELETE_ARRAY(ppRightFaces); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/u3d-1.5.1/RTL/Component/BoundHierarchy/CIFXBoundUtil.cpp:418:25: warning: ‘operator delete []’ called on unallocated object ‘pTmpLeftList’ [-Wfree-nonheap-object] 418 | IFXDELETE_ARRAY(ppLeftFaces); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:138:33: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 138 | o << "[[" << v[0] << ", " << v[1] << ", " << v[2] << ", " << v[3] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:138:49: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 138 | o << "[[" << v[0] << ", " << v[1] << ", " << v[2] << ", " << v[3] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:138:65: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 138 | o << "[[" << v[0] << ", " << v[1] << ", " << v[2] << ", " << v[3] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:138:81: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 138 | o << "[[" << v[0] << ", " << v[1] << ", " << v[2] << ", " << v[3] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:139:38: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 139 | << "[" << v[4] << ", " << v[5] << ", " << v[6] << ", " << v[7] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:139:54: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 139 | << "[" << v[4] << ", " << v[5] << ", " << v[6] << ", " << v[7] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:139:70: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 139 | << "[" << v[4] << ", " << v[5] << ", " << v[6] << ", " << v[7] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:139:86: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 139 | << "[" << v[4] << ", " << v[5] << ", " << v[6] << ", " << v[7] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:140:38: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 140 | << "[" << v[8] << ", " << v[9] << ", " << v[10] << ", " << v[11] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:140:54: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 140 | << "[" << v[8] << ", " << v[9] << ", " << v[10] << ", " << v[11] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:140:71: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 140 | << "[" << v[8] << ", " << v[9] << ", " << v[10] << ", " << v[11] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:140:88: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 140 | << "[" << v[8] << ", " << v[9] << ", " << v[10] << ", " << v[11] << "]," | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:141:39: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 141 | << "[" << v[12] << ", " << v[13] << ", " << v[14] << ", " << v[15] << "]]"; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:141:56: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 141 | << "[" << v[12] << ", " << v[13] << ", " << v[14] << ", " << v[15] << "]]"; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:141:73: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 141 | << "[" << v[12] << ", " << v[13] << ", " << v[14] << ", " << v[15] << "]]"; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/python/function_parameter.cpp:141:90: warning: using a dangling pointer to an unnamed temporary [-Wdangling-pointer=] 141 | << "[" << v[12] << ", " << v[13] << ", " << v[14] << ", " << v[15] << "]]"; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/polygon_support.h:95:21: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 95 | int cnt = 0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/polygon_support.h:158:13: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 158 | int cnt = 0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_base/baseio.cpp:788:22: warning: variable ‘bCompressed’ set but not used [-Wunused-but-set-variable=] 788 | bool bCompressed; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_gts.h:145:57: warning: variable ‘eid2’ set but not used [-Wunused-but-set-variable=] 145 | int eid0, eid1, eid2; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_base/load_project.cpp:262:135: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 262 | QStringList values = renderingOpt.attributes().namedItem("boxColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_base/load_project.cpp:267:137: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 267 | QStringList values = renderingOpt.attributes().namedItem("pointColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_base/load_project.cpp:272:136: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 272 | QStringList values = renderingOpt.attributes().namedItem("wireColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_base/load_project.cpp:277:137: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 277 | QStringList values = renderingOpt.attributes().namedItem("solidColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:81:23: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 81 | fscanf(stream, "%i\n", &mesh_number); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:88:30: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 88 | fgets(buffer, 1024, stream); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:93:30: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 93 | fgets(buffer, 1024, stream); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:106:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 106 | fscanf(stream,"%lf %lf %lf %lf \n",&(rm.transformation[0][0]),&(rm.transformation[0][1]),&(rm.transformation[0][2]),&(rm.transformation[0][3])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:107:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 107 | fscanf(stream,"%lf %lf %lf %lf \n",&(rm.transformation[1][0]),&(rm.transformation[1][1]),&(rm.transformation[1][2]),&(rm.transformation[1][3])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:108:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | fscanf(stream,"%lf %lf %lf %lf \n",&(rm.transformation[2][0]),&(rm.transformation[2][1]),&(rm.transformation[2][2]),&(rm.transformation[2][3])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/alnParser.h:109:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 109 | fscanf(stream,"%lf %lf %lf %lf \n",&(rm.transformation[3][0]),&(rm.transformation[3][1]),&(rm.transformation[3][2]),&(rm.transformation[3][3])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_out.h:68:23: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 68 | fgets ( line, max, fp); | ~~~~~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/redhat-linux-build/meshlabplugins/io_bre/io_bre_autogen/EWIEGA46WW/../../../../../src/meshlabplugins/io_bre/io_bre.h:195:20: warning: ‘const char* ErrorMsg(int)’ defined but not used [-Wunused-function] 195 | static const char *ErrorMsg(int error) | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:126:11: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 126 | fscanf(fp,"%i\n",&colnum); | ~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:127:11: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 127 | fscanf(fp,"%i\n",&rownum); | ~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:136:12: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 136 | fread(&linebuf,1,1,fp); | ~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:137:36: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 137 | while(linebuf != '\n') fread(&linebuf,1,1,fp); | ~~~~~^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:187:11: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 187 | fscanf(fp,"%i\n",&colnum); | ~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:188:11: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 188 | fscanf(fp,"%i\n",&rownum); | ~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:209:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 209 | fread(&(linebuf[ii++]),1,1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:271:15: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 271 | fscanf(fp,"%lf %lf %lf %f %f %f %f", &xx, &yy, &zz, &rf, &rr, &gg, &bb); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_ptx.h:273:15: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 273 | fscanf(fp,"%lf %lf %lf %f", &xx, &yy, &zz, &rf); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_fbx.h:137:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 137 | fread(content, 1, size_t(file_size), fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/export_stl.h:99:18: warning: ‘strncpy’ output truncated copying 80 bytes from a string of length 101 [-Wstringop-truncation] 99 | strncpy(header,"COLOR=XXX MATERIAL=AAA BBB CCC ",80); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/dae/util_dae.h:182:52: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 182 | res = nd.simplified().split(" ",QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/dae/colladaformat.h:653:29: warning: variable ‘cont’ set but not used [-Wunused-but-set-variable=] 653 | int cont = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_dae.h:134:44: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const int’ [-Wsign-compare] 134 | for(unsigned int ii = 0;ii < colorcomponent;++ii) | ~~~^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_bre/io_bre.cpp:540:12: warning: enum constant in boolean context [-Wint-in-bool-context] 540 | return E_RANGEVAL; //out of grid range (val) | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/miniz.c:3841:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 3841 | if ((!pZip) || (!pFilename) || ((archive_size) && (archive_size < MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE))) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.h:201:22: warning: ‘ofbx::Object::scene’ will be initialized after [-Wreorder] 201 | const Scene& scene; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.h:196:25: warning: ‘const ofbx::IElement& ofbx::Object::element’ [-Wreorder] 196 | const IElement& element; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:434:1: warning: when initialized here [-Wreorder] 434 | Object::Object(const Scene& _scene, const IElement& _element) | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.h:200:14: warning: ‘ofbx::Object::is_node’ will be initialized after [-Wreorder] 200 | bool is_node; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.h:197:23: warning: ‘const ofbx::Object* ofbx::Object::node_attribute’ [-Wreorder] 197 | const Object* node_attribute; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:608:21: warning: unused variable ‘sbeg’ [-Wunused-variable] 608 | const char* sbeg = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:609:21: warning: unused variable ‘send’ [-Wunused-variable] 609 | const char* send = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:962:50: warning: variable ‘prop2’ set but not used [-Wunused-but-set-variable=] 962 | DataView prop2 = subdef->first_property->value; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:1156:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1156 | for (int i = 0; i < old_indices.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:1542:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<ofbx::AnimationCurveNodeImpl*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1542 | if (index >= curve_nodes.size() || index < 0) return nullptr; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘ROOT’ not handled in switch [-Wswitch] 2559 | switch (child->getType()) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘GEOMETRY’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘MATERIAL’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘MESH’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘TEXTURE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘LIMB_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘NULL_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘CLUSTER’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘SKIN’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘ANIMATION_STACK’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘ANIMATION_LAYER’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2559:24: warning: enumeration value ‘ANIMATION_CURVE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘ROOT’ not handled in switch [-Wswitch] 2584 | switch (child->getType()) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘MESH’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘TEXTURE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘LIMB_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘NULL_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘NODE_ATTRIBUTE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘CLUSTER’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘SKIN’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘ANIMATION_STACK’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘ANIMATION_LAYER’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘ANIMATION_CURVE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2584:40: warning: enumeration value ‘ANIMATION_CURVE_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘ROOT’ not handled in switch [-Wswitch] 2579 | switch (parent->getType()) | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘TEXTURE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘LIMB_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘NULL_NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘NODE_ATTRIBUTE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘ANIMATION_STACK’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:2579:24: warning: enumeration value ‘ANIMATION_CURVE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:1834:35: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [-Wsign-compare] 1834 | if (out - out_raw == max_size / sizeof(T)) return true; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:1836:30: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [-Wsign-compare] 1836 | return out - out_raw == max_size / sizeof(T); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:945:13: warning: ‘void ofbx::parseTemplates(const Element&)’ defined but not used [-Wunused-function] 945 | static void parseTemplates(const Element& root) | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:213:13: warning: ‘ofbx::Vec3 ofbx::operator+(const Vec3&, const Vec3&)’ defined but not used [-Wunused-function] 213 | static Vec3 operator+(const Vec3& a, const Vec3& b) | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:207:13: warning: ‘ofbx::Vec3 ofbx::operator*(const Vec3&, float)’ defined but not used [-Wunused-function] 207 | static Vec3 operator*(const Vec3& v, float f) | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/openfbx/src/ofbx.cpp:1962:9: warning: ‘mapping’ may be used uninitialized [-Wmaybe-uninitialized] 1962 | if (mapping == GeometryImpl::BY_POLYGON_VERTEX) | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_dae.h:115:17: warning: ‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized] 115 | WT = vcg::TexCoord2<float>(); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_dae.h:589:29: warning: ‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized] 589 | m.vert[vv].T() = vcg::TexCoord2<float>(); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_dae.h:96:17: warning: ‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized] 96 | m.face[meshfaceind].WT(component) = vcg::TexCoord2<float>(); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common_gui/rich_parameter/widgets/mesh_widget.cpp:41:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 41 | if (mm.id() == (unsigned int) param.value().getInt()) { | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common_gui/rich_parameter/widgets/mesh_widget.cpp:67:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 67 | if (mm.id() == (unsigned int) nv.getInt()) { | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_expe/import_xyz.h:159:33: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 159 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_expe/import_xyz.h:179:33: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 179 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_expe/import_expe.h:178:55: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 178 | QStringList header = tmp.split(QRegExp("[\\[/\\]]"),QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/tinygltf-2.6.3/tiny_gltf.h:5813:45: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘std::vector<tinygltf::BufferView>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 5813 | if (bufferView >= 0 && bufferView < model->bufferViews.size()) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/tinygltf-2.6.3/tiny_gltf.h:5826:47: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘std::vector<tinygltf::BufferView>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 5826 | if (bufferView >= 0 && bufferView < model->bufferViews.size()) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_pdb/io_pdb.cpp:623:11: warning: ignoring return value of ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = long unsigned int]’, declared with attribute ‘nodiscard’ [-Wunused-result] 623 | std::min(atomicElement.length(),atomicElement.find_first_of(' ')); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:259:60: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 259 | QStringList numList = infoPNG.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/import_asc.h:109:22: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 109 | fgets(buf,1024,fp); | ~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:117:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 117 | fread(array,sz,1,f); | ~~~~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:134:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 134 | fread(&byteOrder,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:148:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 148 | fread(&numPoints,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:149:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 149 | fread(&numFaces,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:153:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 153 | fread(s,sizeof(char),4,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:287:30: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 287 | fread(texCode,sizeof(char),4,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:311:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 311 | fread(&s,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:312:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 312 | fread(&t,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:314:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 314 | fread(&ss,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:315:62: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 315 | fread(&ts,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:165:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 165 | fread(&x,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:166:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 166 | fread(&y,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:167:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 167 | fread(&z,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:191:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 191 | fread(&p1,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:192:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 192 | fread(&p2,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_tri/io_tri.cpp:193:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 193 | fread(&p3,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/marching_cubes.h:424:29: warning: ‘A’ may be used uninitialized [-Wmaybe-uninitialized] 424 | return face * A * ( A*C - B*D ) >= 0 ; // face and A invert signs | ~~~~~^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/marching_cubes.h:424:44: warning: ‘B’ may be used uninitialized [-Wmaybe-uninitialized] 424 | return face * A * ( A*C - B*D ) >= 0 ; // face and A invert signs | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/marching_cubes.h:424:38: warning: ‘C’ may be used uninitialized [-Wmaybe-uninitialized] 424 | return face * A * ( A*C - B*D ) >= 0 ; // face and A invert signs | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/marching_cubes.h:424:44: warning: ‘D’ may be used uninitialized [-Wmaybe-uninitialized] 424 | return face * A * ( A*C - B*D ) >= 0 ; // face and A invert signs | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/mc_trivial_walker.h:232:23: warning: ‘vidx’ may be used uninitialized [-Wmaybe-uninitialized] 232 | v = (vidx!=-1)? &_mesh->vert[vidx] : NULL; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/mc_trivial_walker.h:315:25: warning: ‘pos’ may be used uninitialized [-Wmaybe-uninitialized] 315 | v = &_mesh->vert[pos]; | ~~~~~~~~~~~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:758:86: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 758 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:2450:57: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2450 | list = orientation.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:2463:54: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2463 | list = position.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:181:70: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 181 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:263:62: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 263 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:340:81: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 340 | QStringList list = vrmlPaths.at(i).split("#", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:498:43: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 498 | list = value.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:2146:54: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2146 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:2204:54: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2204 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:2298:58: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2298 | QFile file(filename.split("#", QString::SkipEmptyParts).at(0)); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:1965:70: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1965 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/io_x3d/import_x3d.h:586:102: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 586 | QStringList defList = iterValue->second.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/marching_cubes.h:424:38: warning: ‘A’ may be used uninitialized [-Wmaybe-uninitialized] 424 | return face * A * ( A*C - B*D ) >= 0 ; // face and A invert signs | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix33.h:230:41: warning: ‘MEM <const vector(2) float> [(float *)&intr33 + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 230 | t[0] = a[0]*v[0] + a[1]*v[1] + a[2]*v[2]; | ~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix33.h:230:41: warning: ‘MEM <const vector(2) float> [(float *)&intr33 + 16B]’ may be used uninitialized [-Wmaybe-uninitialized] 230 | t[0] = a[0]*v[0] + a[1]*v[1] + a[2]*v[2]; | ~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix33.h:232:17: warning: ‘intr33.a[6]’ may be used uninitialized [-Wmaybe-uninitialized] 232 | t[2] = a[6]*v[0] + a[7]*v[1] + a[8]*v[2]; | ~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix33.h:232:29: warning: ‘intr33.a[7]’ may be used uninitialized [-Wmaybe-uninitialized] 232 | t[2] = a[6]*v[0] + a[7]*v[1] + a[8]*v[2]; | ~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix33.h:232:41: warning: ‘intr33.a[8]’ may be used uninitialized [-Wmaybe-uninitialized] 232 | t[2] = a[6]*v[0] + a[7]*v[1] + a[8]*v[2]; | ~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/glw/./context.h:604:96: warning: typedef ‘BindingParamsType’ locally defined but not used [-Wunused-local-typedefs] 604 | typedef typename detail::ParamsOf<TBinding>::Type BindingParamsType; | ^~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/geodesic_heat.h:68:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 68 | for (int j = 0; j < faces.size(); ++j) | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/geodesic_heat.h:224:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 224 | for (int j = 0; j < faces.size(); ++j) | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:305:63: warning: ‘MEM <float> [(struct Point3 *)&axis]’ may be used uninitialized [-Wmaybe-uninitialized] 305 | P3ScalarType n = P3ScalarType(math::Sqrt(_v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2])); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:305:77: warning: ‘MEM <float> [(struct Point3 *)&axis + 4B]’ may be used uninitialized [-Wmaybe-uninitialized] 305 | P3ScalarType n = P3ScalarType(math::Sqrt(_v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2])); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:305:91: warning: ‘MEM <float> [(struct Point3 *)&axis + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 305 | P3ScalarType n = P3ScalarType(math::Sqrt(_v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2])); | ~~~~~^~~~ -
/usr/lib/gcc/x86_64-redhat-linux/16/include/emmintrin.h:135:24: warning: ‘MEM[(__m128d_u * {ref-all})&eo]’ may be used uninitialized [-Wmaybe-uninitialized] 135 | return *(__m128d_u *)__P; | ^~~ -
/usr/lib/gcc/x86_64-redhat-linux/16/include/emmintrin.h:356:10: warning: ‘MEM[(__m128d_u * {ref-all})&el]’ may be used uninitialized [-Wmaybe-uninitialized] 356 | return (__m128d)__builtin_ia32_xorpd ((__v2df)__A, (__v2df)__B); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/Core/GenericPacketMath.h:171:37: warning: ‘MEM[(double &)&el + 16]’ may be used uninitialized [-Wmaybe-uninitialized] 171 | const Packet& b) { return a*b; } | ^ -
/usr/lib/gcc/x86_64-redhat-linux/16/include/emmintrin.h:276:46: warning: ‘MEM[(__m128d_u * {ref-all})&er]’ may be used uninitialized [-Wmaybe-uninitialized] 276 | return (__m128d) ((__v2df)__A * (__v2df)__B); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/Core/GenericPacketMath.h:171:37: warning: ‘MEM[(double &)&er + 16]’ may be used uninitialized [-Wmaybe-uninitialized] 171 | const Packet& b) { return a*b; } | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/Core/GenericPacketMath.h:171:37: warning: ‘MEM[(double &)&eo + 16]’ may be used uninitialized [-Wmaybe-uninitialized] 171 | const Packet& b) { return a*b; } | ^ -
/usr/include/qt5/QtGui/qopenglcontext.h:55:2: warning: #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-Wcpp] 55 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^~~~~~~ -
/usr/include/qt5/QtGui/qopenglcontext.h:56:2: warning: #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-Wcpp] 56 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^~~~~~~ -
/usr/include/qt5/QtGui/qopenglfunctions.h:49:2: warning: #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-Wcpp] 49 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^~~~~~~ -
/usr/include/qt5/QtGui/qopenglfunctions.h:50:2: warning: #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-Wcpp] 50 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/point_sampling.h:1614:14: warning: variable ‘in’ set but not used [-Wunused-but-set-variable=] 1614 | bool in = false; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/min_quad_with_fixed.impl.h:404:31: warning: typedef ‘VectorXT’ locally defined but not used [-Wunused-local-typedefs] 404 | typedef Matrix<T,Dynamic,1> VectorXT; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_data.h:55:16: warning: unused variable ‘mu’ [-Wunused-variable] 55 | double mu = 10; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_data.h:56:16: warning: unused variable ‘tao’ [-Wunused-variable] 56 | double tao = 2; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_data.h:57:16: warning: unused variable ‘maxIter_ADMM’ [-Wunused-variable] 57 | double maxIter_ADMM = 100; | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_data.h:58:16: warning: unused variable ‘objVal’ [-Wunused-variable] 58 | double objVal = 0; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_data.h:59:16: warning: unused variable ‘reldV’ [-Wunused-variable] 59 | double reldV = std::numeric_limits<float>::max(); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_developability/opt.h:49:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 49 | for(size_t v = 0; v < m.VN(); v++) | ~~^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/filter_cubization.cpp:271:11: warning: unused variable ‘limit’ [-Wunused-variable] 271 | float limit = -std::numeric_limits<float>::epsilon(); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_developability/energy.h:62:42: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 62 | for(currP.rSize = 2; currP.rSize <= (currP.star->size() - 2); currP.rSize++) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_developability/energy.h:66:48: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 66 | for(currP.rBegin = 0; currP.rBegin < (currP.star->size() - currP.rSize); currP.rBegin++) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_developability/opt.h:112:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 112 | for(size_t v = 0; v < m.VN(); v++) | ~~^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/simplex/face/topology.h:1171:10: warning: ‘firstBorderInd’ may be used uninitialized [-Wmaybe-uninitialized] 1171 | size_t firstBorderInd; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_developability/opt.h:215:16: warning: ‘LS_energy’ may be used uninitialized [-Wmaybe-uninitialized] 215 | energy = LS_energy; | ~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_cubization/CubicStylizationFiles/src/cube_style_precomputation.cpp:36:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 36 | for (int jj=0; jj<adjF.size(); jj++) | ~~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/massmatrix.cpp:32:18: warning: variable ‘eff_type’ set but not used [-Wunused-but-set-variable=] 32 | MassMatrixType eff_type = type; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable ‘nsuper_et_post’ set but not used [-Wunused-but-set-variable=] 78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable ‘nsuper_et’ set but not used [-Wunused-but-set-variable=] 79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/parallel_for.h:135:15: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 135 | if(loop_size<min_parallel || nthreads<=1) | ~~~~~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/parallel_for.h:135:15: warning: comparison of integer expressions of different signedness: ‘const long int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 135 | if(loop_size<min_parallel || nthreads<=1) | ~~~~~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/intersection3.h:438:16: warning: ‘t’ may be used uninitialized [-Wmaybe-uninitialized] 438 | ScalarType new_hitDistance = hitDistance, new_bar1 = bar1, new_bar2 = bar2; | ^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/intersection3.h:438:47: warning: ‘u’ may be used uninitialized [-Wmaybe-uninitialized] 438 | ScalarType new_hitDistance = hitDistance, new_bar1 = bar1, new_bar2 = bar2; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/intersection3.h:438:64: warning: ‘v’ may be used uninitialized [-Wmaybe-uninitialized] 438 | ScalarType new_hitDistance = hitDistance, new_bar1 = bar1, new_bar2 = bar2; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/redhat-linux-build/meshlabplugins/filter_func/filter_func_autogen/EWIEGA46WW/../../../../../src/meshlabplugins/filter_func/filter_refine.h:34:37: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 34 | struct MidPointCustom : public std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_func/filter_refine.h:34:37: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 34 | struct MidPointCustom : public std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:323:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 323 | for(int r = 0; r<unifDirVec.size(); r++){ | ~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:251:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 251 | for(int r = 0; r<unifDirVec.size(); r++){ | ~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:174:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 174 | for(int r = 0; r<unifDirVec.size(); r++){ | ~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:529:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 529 | for(int r = 0; r<unifDirVec_EXPAND.size(); r++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:473:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 473 | for(int r = 0; r<unifDirVec_EXPAND.size(); r++){ | ~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_fractal/craters_utils.h:162:13: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 162 | int i=0; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:172:29: warning: ‘bN._v[0]’ may be used uninitialized [-Wmaybe-uninitialized] 172 | Point3f bN; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/embree/EmbreeAdaptor.h:172:29: warning: ‘bN._v[1]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:252:15: warning: ‘bN._v[2]’ may be used uninitialized [-Wmaybe-uninitialized] 252 | _v[2] += p._v[2]; | ~~~~~~^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_global.h:117:18: warning: ‘vcg::AlignGlobal::Node::Discarded’ will be initialized after [-Wreorder] 117 | bool Discarded; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_global.h:116:18: warning: ‘bool vcg::AlignGlobal::Node::Queued’ [-Wreorder] 116 | bool Queued; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_global.h:119:13: warning: when initialized here [-Wreorder] 119 | Node() : id{-1}, Active{false}, Discarded{false}, Queued{false} {} | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/uv_grid.h:188:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 188 | for (unsigned int j=0;j<data[i].size();j++) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:686:61: warning: variable ‘iteE’ set but not used [-Wunused-but-set-variable=] 686 | std::map<keyEdgeType,int>::iterator iteE=EdgeTab.find(k); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1766:27: warning: variable ‘RPos’ set but not used [-Wunused-but-set-variable=] 1766 | CoordType RPos=vert->RPos; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/diamond_sampler.h:106:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 106 | for (unsigned int j=0;j<sampleSize;j++) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/diamond_sampler.h:161:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 161 | for (unsigned int j=0;j<sampleSize;j++) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/diamond_sampler.h:154:13: warning: variable ‘global’ set but not used [-Wunused-but-set-variable=] 154 | int global=0; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/diam_parametrization.h:201:42: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 201 | struct SplitMidPoint : public std::unary_function<vcg::face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/mesh_operators.h:394:13: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] 394 | int num=0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/opt_patch.h:442:21: warning: variable ‘n_oper’ set but not used [-Wunused-but-set-variable=] 442 | int n_oper=0; | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/parametrizator.h:862:22: warning: variable ‘isOK’ set but not used [-Wunused-but-set-variable=] 862 | bool isOK=NormalizeBaryCoords(bary0); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/diam_parametrization.h:534:13: warning: variable ‘step’ set but not used [-Wunused-but-set-variable=] 534 | int step=0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_optimization.h:290:22: warning: unused variable ‘isOK’ [-Wunused-variable] 290 | bool isOK=NormalizeBaryCoords(bary); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/topology.h:678:23: warning: unused variable ‘v0i’ [-Wunused-variable] 678 | VertexPointer v0i= fi->V0(i); | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/topology.h:679:23: warning: unused variable ‘v1i’ [-Wunused-variable] 679 | VertexPointer v1i= fi->V1(i); | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/topology.h:681:23: warning: unused variable ‘ffv0i’ [-Wunused-variable] 681 | VertexPointer ffv0i= ffpi->V0(e); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/topology.h:682:23: warning: unused variable ‘ffv1i’ [-Wunused-variable] 682 | VertexPointer ffv1i= ffpi->V1(e); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/parametrizator.h:161:23: warning: variable ‘test’ set but not used [-Wunused-but-set-variable=] 161 | CoordType test=ProjectPos(final_mesh.vert[i]); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/texcoord_optimization.h:1119:16: warning: variable ‘totProjArea’ set but not used [-Wunused-but-set-variable=] 1119 | ScalarType totProjArea=0; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:457:17: warning: variable ‘v2’ set but not used [-Wunused-but-set-variable=] 457 | VertexType *v2[2]; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:163:21: warning: variable ‘v0’ set but not used [-Wunused-but-set-variable=] 163 | VertexType *v0, *v1, *v2, *v3; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:163:26: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable=] 163 | VertexType *v0, *v1, *v2, *v3; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:163:31: warning: variable ‘v2’ set but not used [-Wunused-but-set-variable=] 163 | VertexType *v0, *v1, *v2, *v3; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:163:36: warning: variable ‘v3’ set but not used [-Wunused-but-set-variable=] 163 | VertexType *v0, *v1, *v2, *v3; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:66:37: warning: variable ‘t0’ set but not used [-Wunused-but-set-variable=] 66 | vcg::Point2<ScalarType> t0=father->V(0)->T().P(); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:67:37: warning: variable ‘t1’ set but not used [-Wunused-but-set-variable=] 67 | vcg::Point2<ScalarType> t1=father->V(1)->T().P(); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:68:37: warning: variable ‘t2’ set but not used [-Wunused-but-set-variable=] 68 | vcg::Point2<ScalarType> t2=father->V(2)->T().P(); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/texcoord_optimization.h:555:16: warning: variable ‘totProjArea’ set but not used [-Wunused-but-set-variable=] 555 | ScalarType totProjArea=0; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/texcoord_optimization.h:276:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 276 | for (k=0;k<n;k++) | ~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/texcoord_optimization.h:283:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 283 | for (k=0;k<n1;k++) | ~^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/texcoord_optimization.h:362:20: warning: variable ‘f’ set but not used [-Wunused-but-set-variable=] 362 | FaceType *f; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:597:33: warning: variable ‘tex0’ set but not used [-Wunused-but-set-variable=] 597 | vcg::Point2<ScalarType> tex0=vcg::Point2<ScalarType>(f->V(0)->T().U(),f->V(0)->T().V()); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:598:33: warning: variable ‘tex1’ set but not used [-Wunused-but-set-variable=] 598 | vcg::Point2<ScalarType> tex1=vcg::Point2<ScalarType>(f->V(1)->T().U(),f->V(1)->T().V()); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:599:33: warning: variable ‘tex2’ set but not used [-Wunused-but-set-variable=] 599 | vcg::Point2<ScalarType> tex2=vcg::Point2<ScalarType>(f->V(2)->T().U(),f->V(2)->T().V()); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:47:16: warning: variable ‘perimeter’ set but not used [-Wunused-but-set-variable=] 47 | ScalarType perimeter=0; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:122:17: warning: variable ‘num’ set but not used [-Wunused-but-set-variable=] 122 | int num=0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/vcgloader.h:50:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO, std::allocator<CFaceO> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 50 | while(current_face < mesh->face.size() && count < size) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_transfer.h:118:31: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 118 | system("pause"); | ~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_icp/src/filter_icp.cpp:502:32: warning: unused variable ‘fixedNormals’ [-Wunused-variable] 502 | std::vector<vcg::Point3d> &fixedNormals = alignerResult.Nmov; | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/meshtree.h:23:23: warning: ‘vcg::MeshTree<MeshModel, float>::MeshNode::m’ will be initialized after [-Wreorder] 23 | MeshType *m; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/meshtree.h:22:18: warning: ‘bool vcg::MeshTree<MeshModel, float>::MeshNode::glued’ [-Wreorder] 22 | bool glued; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/meshtree.h:25:22: warning: when initialized here [-Wreorder] 25 | explicit MeshNode(MeshType *_m) : m{_m}, glued{false} {} | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/plyloader.cpp:28:8: warning: type ‘struct PlyFace’ violates the C++ One Definition Rule [-Wodr] 28 | struct PlyFace { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/nexus-master/src/nxsbuild/plyloader.cpp:35:8: warning: type ‘struct PlyVertex’ violates the C++ One Definition Rule [-Wodr] 35 | struct PlyVertex { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/simplex/edge/component.h:51:133: warning: ‘vp’ violates the C++ One Definition Rule [-Wodr] 51 | inline typename T::VertexType * & V( const int j ) { (void)j; assert(0); static typename T::VertexType *vp=0; return vp; } | ^ -
/usr/include/CGAL/Installation/internal/deprecation_warning.h:80:6: warning: #warning "A deprecated header has been included." [-Wcpp] 80 | # warning "A deprecated header has been included." | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:721:38: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 721 | unsigned int i = 0; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:890:86: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 890 | node.toElement().text().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1382:43: warning: ‘MEM[(ScalarType &)&UVHstar]’ may be used uninitialized [-Wmaybe-uninitialized] 1382 | b2 = ((x3 - x0) * (y1 - y0) - (x1 - x0) * (y3 - y0)) / b0; | ~~~~^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1382:31: warning: ‘MEM[(ScalarType &)&UVHstar + 4]’ may be used uninitialized [-Wmaybe-uninitialized] 1382 | b2 = ((x3 - x0) * (y1 - y0) - (x1 - x0) * (y3 - y0)) / b0; | ~~~~^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:43: warning: ‘MEM[(const ScalarType &)&UVs1]’ may be used uninitialized [-Wmaybe-uninitialized] 1169 | vcg::Point2<PScalarType> UVs0,UVs1,UVs2; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:43: warning: ‘MEM[(const ScalarType &)&UVs1 + 4]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:38: warning: ‘MEM[(const ScalarType &)&UVs0]’ may be used uninitialized [-Wmaybe-uninitialized] 1169 | vcg::Point2<PScalarType> UVs0,UVs1,UVs2; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:38: warning: ‘MEM[(const ScalarType &)&UVs0 + 4]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:48: warning: ‘MEM[(const ScalarType &)&UVs2]’ may be used uninitialized [-Wmaybe-uninitialized] 1169 | vcg::Point2<PScalarType> UVs0,UVs1,UVs2; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/iso_parametrization.h:1169:48: warning: ‘MEM[(const ScalarType &)&UVs2 + 4]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:696:30: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 696 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:702:30: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 702 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:728:46: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 728 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:733:46: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 733 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:738:46: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 738 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:743:46: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 743 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_layer/filter_layer.cpp:749:46: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 749 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/newuoa/include/newuoa.h:1062:5: warning: array subscript -1 is outside array bounds of ‘double[7]’ [-Warray-bounds=] 1062 | --x; --xbase; --xopt; --xnew; --fval; --gq; --hq; --pq; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/triangle2.h:104:23: warning: ‘MEM[(const ScalarType &)&closest]’ may be used uninitialized [-Wmaybe-uninitialized] 104 | L1=((y2-y3)*(x-x3)+(x3-x2)*(y-y3))/((y2-y3)*(x1-x3)+(x3-x2)*(y1-y3)); | ~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/uv_grid.h:196:45: warning: ‘MEM[(const ScalarType &)&closest + 4]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/newuoa/include/newuoa.h:1447:19: warning: ‘delta’ may be used uninitialized [-Wmaybe-uninitialized] 1447 | d__1 = .5 * delta; | ~~~^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:687:29: warning: ‘closest._v[0]’ is used uninitialized [-Wuninitialized] 687 | vcg::Point2<ScalarType> closest; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:687:29: warning: ‘closest._v[1]’ is used uninitialized [-Wuninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:700:33: warning: ‘temp._v[0]’ may be used uninitialized [-Wmaybe-uninitialized] 700 | vcg::Point2<ScalarType> temp; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/local_parametrization.h:700:33: warning: ‘temp._v[1]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:42:27: warning: typedef ‘Point_3’ locally defined but not used [-Wunused-local-typedefs] 42 | typedef Kernel::Point_3 Point_3; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:43:27: warning: typedef ‘Plane_3’ locally defined but not used [-Wunused-local-typedefs] 43 | typedef Kernel::Plane_3 Plane_3; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:44:29: warning: typedef ‘Segment_3’ locally defined but not used [-Wunused-local-typedefs] 44 | typedef Kernel::Segment_3 Segment_3; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:95:27: warning: typedef ‘Point_3’ locally defined but not used [-Wunused-local-typedefs] 95 | typedef Kernel::Point_3 Point_3; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:96:27: warning: typedef ‘Plane_3’ locally defined but not used [-Wunused-local-typedefs] 96 | typedef Kernel::Plane_3 Plane_3; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:97:29: warning: typedef ‘Segment_3’ locally defined but not used [-Wunused-local-typedefs] 97 | typedef Kernel::Segment_3 Segment_3; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:102:49: warning: typedef ‘Tree’ locally defined but not used [-Wunused-local-typedefs] 102 | typedef CGAL::AABB_tree<AABB_triangle_traits> Tree; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/eigenlib/Eigen/src/Core/products/SelfadjointMatrixVector.h:227:7: warning: ‘result_65’ may be used uninitialized [-Wmaybe-uninitialized] 225 | internal::selfadjoint_matrix_vector_product<Scalar, Index, (internal::traits<ActualLhsTypeCleaned>::Flags&RowMajorBit) ? RowMajor : ColMajor, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 226 | int(LhsUpLo), bool(LhsBlasTraits::NeedToConjugate), bool(RhsBlasTraits::NeedToConjugate)>::run | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 227 | ( | ^ 228 | lhs.rows(), // size | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | &lhs.coeffRef(0,0), lhs.outerStride(), // lhs info | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 | actualRhsPtr, // rhs info | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 231 | actualDestPtr, // result info | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 232 | actualAlpha // scale factor | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 233 | ); | ~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:788:83: warning: ‘MEM[(double &)&scv]’ may be used uninitialized [-Wmaybe-uninitialized] 788 | if ((ap.MatchMode == vcg::AlignPair::Param::MMRigid) && (math::Abs(1 - scv[0])>ap.MaxScale || math::Abs(1 - scv[1]) > ap.MaxScale || math::Abs(1 - scv[2]) > ap.MaxScale)) { | ~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:788:120: warning: ‘MEM[(double &)&scv + 8]’ may be used uninitialized [-Wmaybe-uninitialized] 788 | if ((ap.MatchMode == vcg::AlignPair::Param::MMRigid) && (math::Abs(1 - scv[0])>ap.MaxScale || math::Abs(1 - scv[1]) > ap.MaxScale || math::Abs(1 - scv[2]) > ap.MaxScale)) { | ~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:788:159: warning: ‘MEM[(double &)&scv + 16]’ may be used uninitialized [-Wmaybe-uninitialized] 788 | if ((ap.MatchMode == vcg::AlignPair::Param::MMRigid) && (math::Abs(1 - scv[0])>ap.MaxScale || math::Abs(1 - scv[1]) > ap.MaxScale || math::Abs(1 - scv[2]) > ap.MaxScale)) { | ~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:792:66: warning: ‘MEM[(double &)&shv]’ may be used uninitialized [-Wmaybe-uninitialized] 792 | if (shv[0] > ap.MaxShear || shv[1] > ap.MaxShear || shv[2] > ap.MaxShear) { -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:792:42: warning: ‘MEM[(double &)&shv + 8]’ may be used uninitialized [-Wmaybe-uninitialized] 792 | if (shv[0] > ap.MaxShear || shv[1] > ap.MaxShear || shv[2] > ap.MaxShear) { -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/align_pair.h:792:66: warning: ‘MEM[(double &)&shv + 16]’ may be used uninitialized [-Wmaybe-uninitialized] 792 | if (shv[0] > ap.MaxShear || shv[1] > ap.MaxShear || shv[2] > ap.MaxShear) { -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/simplex/face/pos.h:118:24: warning: ‘p.z’ may be used uninitialized [-Wmaybe-uninitialized] 118 | return (f!=p.f || z!=p.z || v!=p.v); | ~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/mesh_boolean.cpp:279:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 279 | for(int k = 0;k<num_inputs;k++) | ~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/mesh_boolean.cpp:281:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘Eigen::DenseCoeffsBase<Eigen::Matrix<long unsigned int, 2, 1>, 1>::Scalar’ {aka ‘long unsigned int’} [-Wsign-compare] 281 | if(i<cumsizes(k)) return k; | ~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/mesh_boolean.cpp:298:16: warning: comparison of integer expressions of different signedness: ‘Eigen::Index’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare] 298 | if (W.cols() <= 2*num_inputs) | ~~~~~~~~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:318:20: warning: variable ‘embedded_comp’ set but not used [-Wunused-but-set-variable=] 318 | size_t embedded_comp = INVALID; | ^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/propagate_winding_numbers.cpp:137:8: warning: variable ‘save_cell’ set but not used [-Wunused-but-set-variable=] 137 | auto save_cell = [&](const std::string& filename, size_t cell_id) -> void{ | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../resolve_duplicated_faces.cpp:56:12: warning: variable ‘found’ set but not used [-Wunused-but-set-variable=] 56 | bool found = false; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../resolve_duplicated_faces.cpp:66:12: warning: variable ‘found’ set but not used [-Wunused-but-set-variable=] 66 | bool found = false; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_isoparametrization/param_flip.h:126:38: warning: ‘index’ may be used uninitialized [-Wmaybe-uninitialized] 126 | AssingFather(*v,faces[index],bary,*base_domain); | ~~~~~^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../unique_edge_map.cpp:58:16: warning: unused variable ‘ne’ [-Wunused-variable] 58 | const size_t ne = E.rows(); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:431:18: warning: unused variable ‘s’ [-Wunused-variable] 431 | const size_t s = uE(i,0); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:432:18: warning: unused variable ‘d’ [-Wunused-variable] 432 | const size_t d = uE(i,1); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:461:20: warning: unused variable ‘neighbor_patch’ [-Wunused-variable] 461 | const size_t neighbor_patch = entry.first; | ^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/extract_cells.cpp:458:10: warning: unused variable ‘label_count’ [-Wunused-variable] 458 | size_t label_count=0; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:188:12: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 188 | if ((s == F(preferred_facet, 0) && d == F(preferred_facet, 1)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:188:42: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 188 | if ((s == F(preferred_facet, 0) && d == F(preferred_facet, 1)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:189:12: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 189 | (s == F(preferred_facet, 1) && d == F(preferred_facet, 0))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:189:42: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 189 | (s == F(preferred_facet, 1) && d == F(preferred_facet, 0))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:192:19: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 192 | } else if ((s == F(preferred_facet, 0) && d == F(preferred_facet, 2)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:192:49: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 192 | } else if ((s == F(preferred_facet, 0) && d == F(preferred_facet, 2)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:193:12: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 193 | (s == F(preferred_facet, 2) && d == F(preferred_facet, 0))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:193:42: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 193 | (s == F(preferred_facet, 2) && d == F(preferred_facet, 0))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:196:19: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 196 | } else if ((s == F(preferred_facet, 1) && d == F(preferred_facet, 2)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:196:49: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 196 | } else if ((s == F(preferred_facet, 1) && d == F(preferred_facet, 2)) || | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:197:12: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 197 | (s == F(preferred_facet, 2) && d == F(preferred_facet, 1))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:197:42: warning: comparison of integer expressions of different signedness: ‘const size_t’ {aka ‘const long unsigned int’} and ‘const int’ [-Wsign-compare] 197 | (s == F(preferred_facet, 2) && d == F(preferred_facet, 1))) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:344:14: warning: variable ‘coplanar’ set but not used [-Wunused-but-set-variable=] 344 | size_t coplanar=0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:397:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare] 397 | for (size_t i=0; i<V.rows(); i++) { | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:398:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘Eigen::Index’ {aka ‘long int’} [-Wsign-compare] 398 | for (size_t j=0; j<V.cols(); j++) { | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/closest_facet.cpp:106:16: warning: unused variable ‘num_faces’ [-Wunused-variable] 106 | const size_t num_faces = I.rows(); | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/remesh_intersections.cpp:113:21: warning: loop variable ‘itr’ creates a copy from type ‘const std::pair<const long int, std::vector<std::pair<long int, CGAL::Object>, std::allocator<std::pair<long int, CGAL::Object> > > >’ [-Wrange-loop-construct] 113 | for (const auto itr : offending) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/remesh_intersections.cpp:121:21: warning: loop variable ‘itr’ creates a copy from type ‘const std::pair<const long int, std::vector<std::pair<long int, CGAL::Object>, std::allocator<std::pair<long int, CGAL::Object> > > >’ [-Wrange-loop-construct] 121 | for (const auto itr : offending) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/remesh_intersections.cpp:126:23: warning: loop variable ‘jtr’ creates a copy from type ‘const std::pair<long int, CGAL::Object>’ [-Wrange-loop-construct] 126 | for (const auto jtr : itr.second) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/remesh_intersections.cpp:344:21: warning: loop variable ‘itr’ creates a copy from type ‘const std::pair<const long int, std::vector<std::pair<long int, CGAL::Object>, std::allocator<std::pair<long int, CGAL::Object> > > >’ [-Wrange-loop-construct] 344 | for (const auto itr : offending) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../unique_rows.cpp:39:23: warning: comparison of integer expressions of different signedness: ‘std::size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 39 | for (size_t c=0; c<num_cols; c++) { | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../sortrows.cpp:69:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 69 | for(int i = 0;i<num_rows;i++) | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../sortrows.cpp:101:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 101 | for(int i = 0;i<num_rows;i++) | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/copyleft/cgal/../../parallel_for.h:135:15: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 135 | if(loop_size<min_parallel || nthreads<=1) | ~~~~~~~~~^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/triangle2.h:104:23: warning: ‘MEM[(const float &)&closest]’ may be used uninitialized [-Wmaybe-uninitialized] 104 | L1=((y2-y3)*(x-x3)+(x3-x2)*(y-y3))/((y2-y3)*(x1-x3)+(x3-x2)*(y1-y3)); | ~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/triangle2.h:104:38: warning: ‘MEM[(const float &)&closest + 4]’ may be used uninitialized [-Wmaybe-uninitialized] 104 | L1=((y2-y3)*(x-x3)+(x3-x2)*(y-y3))/((y2-y3)*(x1-x3)+(x3-x2)*(y1-y3)); | ~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/triangle2.h:104:38: warning: ‘MEM[(const float &)&closest + 8]’ may be used uninitialized [-Wmaybe-uninitialized] 104 | L1=((y2-y3)*(x-x3)+(x3-x2)*(y-y3))/((y2-y3)*(x1-x3)+(x3-x2)*(y1-y3)); | ~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/hole.h:116:23: warning: ‘bool vcg::tri::TrivialEar<MESH>::operator<(const vcg::tri::TrivialEar<MESH>&) const [with MESH = CMeshO]’ was hidden [-Woverloaded-virtual=] 116 | virtual inline bool operator < ( const TrivialEar & c ) const { return quality < c.quality; } | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:359:59: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 359 | if ((forceTag || !params.userSelectedCreases) && (testCreaseEdge(p, params.creaseAngleCosThr) /*&& areaCheck*/ /* && qualityCheck*/) || p.IsBorder()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:381:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 381 | for (int i = 0; i < faces.size(); ++i) | ~~^~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:356:24: warning: unused variable ‘qualityCheck’ [-Wunused-variable] 356 | const bool qualityCheck = quality > 0.00000001 && qualityAdj > 0.00000001; | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:682:33: warning: unused variable ‘foldCheckRad’ [-Wunused-variable] 682 | const static ScalarType foldCheckRad = math::ToRad(5.); | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/curvature_fitting.h:471:20: warning: comparison of integer expressions of different signedness: ‘std::vector<CVertexO*, std::allocator<CVertexO*> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 471 | if (vv->size() < min) | ~~~~~~~~~~~^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:197:36: warning: variable ‘n1’ set but not used [-Wunused-but-set-variable=] 197 | const auto n1 = vcg::TriangleNormal(t1); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:198:36: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable=] 198 | const auto n2 = vcg::TriangleNormal(t2); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:199:36: warning: variable ‘n3’ set but not used [-Wunused-but-set-variable=] 199 | const auto n3 = vcg::TriangleNormal(t3); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:200:36: warning: variable ‘n4’ set but not used [-Wunused-but-set-variable=] 200 | const auto n4 = vcg::TriangleNormal(t4); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:184:26: warning: unused variable ‘f1’ [-Wunused-variable] 184 | auto f1 = f.cFFp(longestIdx); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/update/curvature_fitting.h:434:44: warning: comparison of integer expressions of different signedness: ‘std::vector<CVertexO*, std::allocator<CVertexO*> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 434 | do rw.expand (); while (rw.allV.size() < max+1); | ~~~~~~~~~~~~~~~^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/nring.h:79:13: warning: unused variable ‘count’ [-Wunused-variable] 79 | int count = 0; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/isotropic_remeshing.h:809:17: warning: variable ‘pi’ set but not used [-Wunused-but-set-variable=] 809 | PosType pi = p; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mesh_alpha_wrap/filter_mesh_alpha_wrap.cpp:229:35: warning: variable ‘vertex’ set but not used [-Wunused-but-set-variable=] 229 | vertex_descriptor vertex = inputMesh.add_vertex(K::Point_3((*vi).P().X(), (*vi).P().Y(), (*vi).P().Z())); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mesh_alpha_wrap/filter_mesh_alpha_wrap.cpp:244:41: warning: variable ‘face’ set but not used [-Wunused-but-set-variable=] 244 | face_descriptor face = inputMesh.add_face(u, v, w, x); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mesh_alpha_wrap/filter_mesh_alpha_wrap.cpp:247:41: warning: variable ‘face’ set but not used [-Wunused-but-set-variable=] 247 | face_descriptor face = inputMesh.add_face(u, v, w); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignset.h:72:27: warning: ‘AlignSet::render’ will be initialized after [-Wreorder] 72 | unsigned char *target, *render; //buffers for rendered images | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignset.h:52:10: warning: ‘GLuint AlignSet::vbo’ [-Wreorder] 52 | GLuint vbo, nbo, cbo, ibo; // vertex buffer object (vertices, normals, colors indices) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignset.cpp:29:1: warning: when initialized here [-Wreorder] 29 | AlignSet::AlignSet() | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignset.h:52:25: warning: ‘AlignSet::ibo’ will be initialized after [-Wreorder] 52 | GLuint vbo, nbo, cbo, ibo; // vertex buffer object (vertices, normals, colors indices) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignset.h:42:10: warning: ‘double AlignSet::error’ [-Wreorder] 42 | double error; //alignment error in px | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/levmarmethods.cpp:33:29: warning: unused variable ‘m’ [-Wunused-variable] 33 | int m=6; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/levmarmethods.cpp:38:29: warning: unused variable ‘m’ [-Wunused-variable] 38 | int m=1; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/levmarmethods.cpp:31:21: warning: unused variable ‘n’ [-Wunused-variable] 31 | int n= corr->size()*2; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/filter_mutualglobal.cpp:787:29: warning: variable ‘n’ set but not used [-Wunused-but-set-variable=] 787 | int n=0; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/filter_mutualglobal.cpp:941:13: warning: variable ‘iter’ set but not used [-Wunused-but-set-variable=] 941 | int iter; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/filter_mutualglobal.cpp:1024:37: warning: unused variable ‘imageProj’ [-Wunused-variable] 1024 | int imageProj=graph.nodes[h].arcs[l].projId; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/parameters.cpp:207:12: warning: unused variable ‘h’ [-Wunused-variable] 207 | double h = reference.Intrinsics.ViewportPx[0]*reference.Intrinsics.PixelSizeMm[0]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/parameters.cpp:250:12: warning: unused variable ‘h’ [-Wunused-variable] 250 | double h = reference.Intrinsics.ViewportPx[0]*reference.Intrinsics.PixelSizeMm[0]; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/parameters.cpp:265:13: warning: variable ‘diff’ set but not used [-Wunused-but-set-variable=] 265 | Point3f diff = view - (center + (view - center)*ratio); | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/filter_mutualglobal.cpp:825:90: warning: ‘cand’ may be used uninitialized [-Wmaybe-uninitialized] 825 | else if (act==bestActive && graph.nodes[k].avMut>graph.nodes[cand].avMut) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignGlobal.h:75:7: warning: ‘MEM[(const struct Node &)&n].assigned’ may be used uninitialized [-Wmaybe-uninitialized] 75 | class Node | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/alignGlobal.h:75:7: warning: ‘MEM[(const struct Node &)&n].grNum’ may be used uninitialized [-Wmaybe-uninitialized] 75 | class Node | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:85:10: warning: enumeration value ‘PROJIMG’ not handled in switch [-Wswitch] 85 | switch(align->mode) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:85:10: warning: enumeration value ‘PROJMULTIIMG’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:85:10: warning: enumeration value ‘RENDERING_MODE_LAST’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:41:14: warning: variable ‘iter’ set but not used [-Wunused-but-set-variable=] 41 | static int iter = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:443:9: warning: enumeration value ‘PROJIMG’ not handled in switch [-Wswitch] 443 | switch(align->mode) { | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:443:9: warning: enumeration value ‘PROJMULTIIMG’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:443:9: warning: enumeration value ‘NODE’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:443:9: warning: enumeration value ‘RENDERING_MODE_LAST’ not handled in switch [-Wswitch]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:647:22: warning: unused variable ‘c’ [-Wunused-variable] 647 | Correlation* c; | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:649:12: warning: unused variable ‘ratio’ [-Wunused-variable] 649 | double ratio = shot.Intrinsics.ViewportPx.X()/(double) shot.Intrinsics.ViewportPx.Y(); | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:650:23: warning: unused variable ‘p1’ [-Wunused-variable] 650 | vcg::Point3f *p1; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualglobal/solver.cpp:651:23: warning: unused variable ‘p2’ [-Wunused-variable] 651 | vcg::Point2d *p2; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/newuoa/include/newuoa.h:1217:23: warning: ‘crvmin’ may be used uninitialized [-Wmaybe-uninitialized] 1217 | temp = crvmin * .125 * rho * rho; | ~~~~~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_mutualinfo/solver.cpp:41:14: warning: variable ‘iter’ set but not used [-Wunused-but-set-variable=] 41 | static int iter = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/unique_rows.cpp:39:23: warning: comparison of integer expressions of different signedness: ‘std::size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare] 39 | for (size_t c=0; c<num_cols; c++) { | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/sortrows.cpp:69:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 69 | for(int i = 0;i<num_rows;i++) | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/external/downloads/libigl-2.4.0/include/igl/sortrows.cpp:101:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 101 | for(int i = 0;i<num_rows;i++) | ~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/volume.h:610:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 610 | for(iV[0]=ibox.min[0]; iV[0]<=ibox.max[0]; ++iV[0]) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/volume.h:831:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 831 | for(y=sy;y<=ey;++y) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/volume.h:919:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 919 | for(size_t i=0;i<rv.size();++i) | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/io_trimesh/export_vmi.h:321:26: warning: variable ‘written’ set but not used [-Wunused-but-set-variable=] 321 | unsigned int written; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/volume.h:447:6: warning: variable ‘lcnt’ set but not used [-Wunused-but-set-variable=] 447 | int lcnt=0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/convex_hull.h:397:12: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 397 | if(ind==m.vn) vpInd = i; | ~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/convex_hull.h:412:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 412 | if( (Index(visible,visible.face[i].V(0)) == vpInd) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/convex_hull.h:413:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 413 | (Index(visible,visible.face[i].V(1)) == vpInd) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/convex_hull.h:414:47: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 414 | (Index(visible,visible.face[i].V(2)) == vpInd) ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/tri_edge_collapse_mc.h:72:9: warning: variable ‘diffCnt’ set but not used [-Wunused-but-set-variable=] 72 | int diffCnt=0; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_qhull/qhull_tools.cpp:542:13: warning: variable ‘numFacets’ set but not used [-Wunused-but-set-variable=] 542 | int numFacets=0; | ^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_qhull/qhull_tools.cpp:504:9: warning: variable ‘ridgesCount’ set but not used [-Wunused-but-set-variable=] 504 | int ridgesCount=0; | ^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_qhull/qhull_tools.cpp:878:9: warning: variable ‘cnt’ set but not used [-Wunused-but-set-variable=] 878 | int cnt=0; | ^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/simplex/face/base.h:55:57: warning: ‘MEM[(struct Pos *)&p].z’ may be used uninitialized [-Wmaybe-uninitialized] 55 | inline int Next(const int & i) const { return (i+1)%3;} | ~~^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/simplex/face/base.h:55:57: warning: ‘MEM[(struct Pos *)&pos].z’ may be used uninitialized [-Wmaybe-uninitialized] 55 | inline int Next(const int & i) const { return (i+1)%3;} | ~~^~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:225:16: warning: ‘best_c’ may be used uninitialized [-Wmaybe-uninitialized] 225 | return Point3<P3ScalarType>( _v[0]*s, _v[1]*s, _v[2]*s ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:225:16: warning: ‘best_s’ may be used uninitialized [-Wmaybe-uninitialized] 225 | return Point3<P3ScalarType>( _v[0]*s, _v[1]*s, _v[2]*s ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_qhull/qhull_tools.cpp:301:40: warning: ‘first_pole’ may be used uninitialized [-Wmaybe-uninitialized] 301 | if(qh_pointdist(bbCenter,pole,dim)>(threshold*pm.cm.bbox.Diag())) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_qhull/qhull_tools.cpp:342:13: warning: ‘second_pole’ may be used uninitialized [-Wmaybe-uninitialized] 342 | if(second_pole!=NULL){ | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:116:17: warning: ‘v4’ may be used uninitialized [-Wmaybe-uninitialized] 116 | _v[2] = P3ScalarType(b[2]); | ^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/bitquad_creation.h:801:5: warning: ‘mustDoFlip’ may be used uninitialized [-Wmaybe-uninitialized] 801 | if (mustDoFlip) { | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/meshmethods.cpp:67:52: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 67 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/plymc/simplemeshprovider.h:48:9: warning: ‘D.657969.M’ may be used uninitialized [-Wmaybe-uninitialized] 48 | class Pair | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/voronoi_processing.h:624:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 624 | if(v1<v0) std::swap(v0,v1); assert(v1!=v0); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/voronoi_processing.h:647:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 647 | if(s1<s0) std::swap(s0,s1); assert(s1!=s0); | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/point_sampling.h:2199:15: warning: variable ‘nearestF’ set but not used [-Wunused-but-set-variable=] 2199 | FaceType *nearestF=0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/point_sampling.h:308:17: warning: variable ‘nearestF’ set but not used [-Wunused-but-set-variable=] 308 | FaceType *nearestF=0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/point_sampling.h:309:19: warning: variable ‘nearestV’ set but not used [-Wunused-but-set-variable=] 309 | VertexType *nearestV=0; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/index/kdtree/kdtree_face.h:270:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 270 | for (int i = 0; i < parent.list.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/create/resampler.h:179:12: warning: variable ‘retIP’ set but not used [-Wunused-but-set-variable=] 179 | bool retIP; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/index/kdtree/kdtree_face.h:153:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO*, std::allocator<CFaceO*> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 153 | for (int i = 0; i < node.list.size(); i++) | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:439:40: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 439 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:470:11: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘class QColor’ with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 470 | memset(_color_band,0,sizeof(_color_band)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:577:163: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 577 | outStream << CSV_FILE_COMMENT << " COLOR BAND FILE STRUCTURE - first row: RED CHANNEL DATA - second row GREEN CHANNEL DATA - third row: BLUE CHANNEL DATA" << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:578:248: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 578 | outStream << CSV_FILE_COMMENT << " CHANNEL DATA STRUCTURE - the channel structure is grouped in many triples. The items of each triple represent respectively: X VALUE, Y_LOWER VALUE, Y_UPPER VALUE of each node-key of the transfer function" << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:593:22: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 593 | outStream << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:597:431: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 597 | outStream << CSV_FILE_COMMENT << "THE FOLLOWING 4 VALUES REPRESENT EQUALIZER SETTINGS - the first and the third values represent respectively the minimum and the maximum quality values used in histogram, the second one represent the position (in percentage) of the middle quality, and the last one represent the level of brightness as a floating point number (0 completely dark, 1 original brightness, 2 completely white)" << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/common/transferfunction.cpp:598:198: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 598 | outStream << info.minQualityVal << CSV_FILE_SEPARATOR << info.midQualityPercentage << CSV_FILE_SEPARATOR << info.maxQualityVal << CSV_FILE_SEPARATOR << info.brightness << CSV_FILE_SEPARATOR << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/qt/to_string.h:8:12: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 8 | s.sprintf("%f %f %f %f", p[0], p[1], p[2], p[3]); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/qt/to_string.h:13:12: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 13 | s.sprintf("%f %f %f", p[0], p[1], p[2]); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/qt/to_string.h:18:12: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 18 | s.sprintf("%f %f", p[0], p[1]); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/qt/to_string.h:23:12: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 23 | s.sprintf("%d %d", p[0], p[1]); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:244:18: warning: ‘MEM <float> [(struct Point3 *)&targetPlane]’ may be used uninitialized [-Wmaybe-uninitialized] 244 | _v[0]*p._v[1] - _v[1]*p._v[0] | ~~~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:244:34: warning: ‘MEM <float> [(struct Point3 *)&targetPlane + 4B]’ may be used uninitialized [-Wmaybe-uninitialized] 244 | _v[0]*p._v[1] - _v[1]*p._v[0] | ~~~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:243:18: warning: ‘MEM <float> [(struct Point3 *)&targetPlane + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 243 | _v[2]*p._v[0] - _v[0]*p._v[2], | ~~~~~^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:280:29: warning: ‘MEM <float> [(struct Point3 *)&projDir]’ may be used uninitialized [-Wmaybe-uninitialized] 280 | return math::Sqrt( _v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2] ); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:280:43: warning: ‘MEM <float> [(struct Point3 *)&projDir + 4B]’ may be used uninitialized [-Wmaybe-uninitialized] 280 | return math::Sqrt( _v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2] ); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:280:57: warning: ‘MEM <float> [(struct Point3 *)&projDir + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 280 | return math::Sqrt( _v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2] ); | ~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:404:16: warning: ‘MEM[(const float &)&tranVec + 8]’ may be used uninitialized [-Wmaybe-uninitialized] 404 | return Point3<P3ScalarType> ( -_v[0], -_v[1], -_v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:404:16: warning: ‘MEM[(const float &)&tranVec + 4]’ may be used uninitialized [-Wmaybe-uninitialized] 404 | return Point3<P3ScalarType> ( -_v[0], -_v[1], -_v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:404:16: warning: ‘MEM[(const float &)&tranVec]’ may be used uninitialized [-Wmaybe-uninitialized] 404 | return Point3<P3ScalarType> ( -_v[0], -_v[1], -_v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix44.h:462:21: warning: ‘MEM[(const float &)&tranVec]’ may be used uninitialized [-Wmaybe-uninitialized] 462 | ElementAt(0, 3) = tx; | ~~~~~~~~~~~~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/math/matrix44.h:463:21: warning: ‘MEM[(const float &)&tranVec + 4]’ may be used uninitialized [-Wmaybe-uninitialized] 463 | ElementAt(1, 3) = ty; | ~~~~~~~~~~~~~~~~^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_meshing/meshfilter.cpp:1224:31: warning: ‘MEM[(const float &)&tranVec + 8]’ may be used uninitialized [-Wmaybe-uninitialized]
-
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/clean.h:2024:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CFaceO, std::allocator<CFaceO> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 2024 | for (int i = 0; i < m.face.size(); i++) | ~~^~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/point_outlier.h:112:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CVertexO, std::allocator<CVertexO> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 112 | for (int i = 0; i < mesh.vert.size(); i++) | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_sketchfab/miniz.h:1915:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1915 | if (d->m_pOutput_buf < d->m_pOutput_buf_end) \ | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture/rastering.h:328:19: warning: variable ‘nonZeroCnt’ set but not used [-Wunused-but-set-variable=] 328 | int nonZeroCnt=3; | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/mesh_attribute.h:78:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 78 | return tri::Index(m, f) == ffadj[ff].f[ffi]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/rasterized_outline2_packer.h:764:36: warning: ‘void std::random_shuffle(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<int*, vector<int> >]’ is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 764 | std::random_shuffle(perm.begin(), perm.begin() + numPermutedObjects); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/parametrization/poisson_solver.h:667:18: warning: unused variable ‘isUnfolded’ [-Wunused-variable] 667 | bool isUnfolded = tri::Distortion<MeshType,false>::GloballyUnFolded(mesh); | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:758:86: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 758 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:2450:57: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2450 | list = orientation.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:2463:54: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2463 | list = position.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:181:70: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 181 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:263:62: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 263 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:340:81: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 340 | QStringList list = vrmlPaths.at(i).split("#", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:498:43: warning: ‘QStringList QString::split(const QRegExp&, SplitBehavior) const’ is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 498 | list = value.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:2146:54: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2146 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:2204:54: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2204 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:2298:58: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2298 | QFile file(filename.split("#", QString::SkipEmptyParts).at(0)); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:1965:70: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1965 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/common/../meshlabplugins/io_x3d/import_x3d.h:586:102: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 586 | QStringList defList = iterValue->second.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/crease_cut.h:94:13: warning: variable ‘locCreaseCounter’ set but not used [-Wunused-but-set-variable=] 94 | int locCreaseCounter=0; | ^~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/packing.cpp:212:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<vcg::Point2<double> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 212 | for (int i = 0; i < outline2Vec.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/rasterized_outline2_packer.h:408:29: warning: unused variable ‘deltaX’ [-Wunused-variable] 408 | std::vector<int>& deltaX = poly.getDeltaX(rast_i); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/rasterized_outline2_packer.h:453:29: warning: unused variable ‘deltaY’ [-Wunused-variable] 453 | std::vector<int>& deltaY = poly.getDeltaY(rast_i); | ^~~~~~ -
/usr/include/c++/16/bits/new_allocator.h:191:11: warning: ‘bestAngle’ may be used uninitialized [-Wmaybe-uninitialized] 191 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:323:94: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 323 | out << "VERTEX SHADER LINK INFO:" << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:324:75: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:324:83: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:328:96: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:328:104: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:329:75: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:329:83: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:389:89: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:389:97: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:390:65: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:390:73: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:394:91: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:394:99: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:395:65: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/render_gdp/meshrender.cpp:395:73: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/seam_remover.cpp:522:12: warning: variable ‘seamLength3D’ set but not used [-Wunused-but-set-variable=] 522 | double seamLength3D = 0; | ^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/seam_remover.cpp:524:9: warning: variable ‘ne’ set but not used [-Wunused-but-set-variable=] 524 | int ne = 0; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&intersectionPt]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&intersectionPt + 4B]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&intersectionPt + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/complex/algorithms/voronoi_volume_sampling.h:433:14: warning: ‘elemDist’ may be used uninitialized [-Wmaybe-uninitialized] 433 | ScalarType elemDist; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gui/trackutils.h:144:13: warning: variable ‘x2’ set but not used [-Wunused-but-set-variable=] 144 | float x1, x2, xval, yval; | ^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gl/pick.h:156:67: warning: comparison of integer expressions of different signedness: ‘std::vector<vcg::Point3<float> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 156 | if ((M != lastM) || (&m != lastm) || (pVec.size() != m.VN())) | ~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gl/pick.h:185:67: warning: comparison of integer expressions of different signedness: ‘std::vector<vcg::Point3<float> >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 185 | if ((M != lastM) || (&m != lastm) || (pVec.size() != m.VN())) | ~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/mesh_graph.cpp:440:9: warning: variable ‘updated’ set but not used [-Wunused-but-set-variable=] 440 | int updated = 0; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/filter_texture_defragmentation/TextureDefragmentation/src/mesh_graph.cpp:441:9: warning: variable ‘iters’ set but not used [-Wunused-but-set-variable=] 441 | int iters = 0; | ^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:83:37: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 83 | status_line1.sprintf("Check the Info Tab if you need more details <br> Active Point: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:85:29: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 85 | status_line1.sprintf("Check the Info Tab if you need more details <br> Active Point: %s",pointID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:433:46: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 433 | tokenizedLine = newline.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/redhat-linux-build/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../src/meshlabplugins/edit_paint/colorframe.h:16:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/redhat-linux-build/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../src/meshlabplugins/edit_paint/paintbox.h:78:64: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_paint/colorframe.h:16:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_paint/paintbox.h:78:64: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_mutualcorrs/solver.cpp:40:14: warning: variable ‘iter’ set but not used [-Wunused-but-set-variable=] 40 | static int iter = 0; | ^~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gl/pick.h:185:67: warning: comparison of integer expressions of different signedness: ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 185 | if ((M != lastM) || (&m != lastm) || (pVec.size() != m.VN())) | ~~~~~~~~~~~~~^~~~~~~~~~ -
/usr/include/qt5/QtCore/qhash.h:155:40: warning: ‘<anonymous>’ may be used uninitialized [-Wmaybe-uninitialized] 155 | : next(n), h(hash), key(key0), value(value0) {} | ^~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_paint/edit_paint.h:453:15: warning: ‘MEM[(float *)&vd + 24B]’ may be used uninitialized [-Wmaybe-uninitialized] 453 | *dist /= radius; | ~~~~~~^~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_point/edit_point.cpp:59:99: warning: format ‘%f’ expects a matching ‘double’ argument [-Wformat=] 59 | "<tr><td> Radius Perc: </td><td width=70 align=right><b> %9.4f </b></td><td><i> (S / X to decrease/increase)</i></td></tr>", | ~~~~^ | | | double -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_point/edit_point.cpp:83:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<CVertexO, std::allocator<CVertexO> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 83 | for(int j=0; j < m.cm.vert.size(); j++){ | ~~^~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_point/edit_point.cpp:78:24: warning: unused variable ‘picked’ [-Wunused-variable] 78 | bool picked = Pick<Point3m>(currentMousePosition.x(), currentMousePosition.y(), pp); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_point/edit_point.cpp:388:33: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations] 388 | int wheelDirection = ev->delta(); | ~~~~~~~~~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:102:29: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 102 | status_line1.sprintf("Active Point: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:104:29: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 104 | status_line1.sprintf("Active Point: %s",pointID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:211:37: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 211 | status_line1.sprintf("Active Distance: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:215:37: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 215 | status_line1.sprintf("Active Distance: %s", distanceID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:218:45: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 218 | status_line2.sprintf("%.3f --> %.3f", currDist[cindex], targDist[cindex]); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:220:45: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 220 | status_line2.sprintf(" "); | ~~~~~~~~~~~~~~~~~~~~^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:224:37: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 224 | status_line3.sprintf("SCENE SCALE: %.3f", globalScale); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:226:37: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 226 | status_line3.sprintf("NO VALID SCENE SCALE"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:557:64: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 557 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:581:56: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 581 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:597:62: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 597 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:756:25: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 756 | status_line3.sprintf("MATRIX:<br>" | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 757 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 758 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 759 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 760 | "%.2f %.2f %.2f %.3f<br>", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 761 | transfMatrix[0][0],transfMatrix[0][1],transfMatrix[0][2],transfMatrix[0][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 762 | transfMatrix[1][0],transfMatrix[1][1],transfMatrix[1][2],transfMatrix[1][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 763 | transfMatrix[2][0],transfMatrix[2][1],transfMatrix[2][2],transfMatrix[2][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 764 | transfMatrix[3][0],transfMatrix[3][1],transfMatrix[3][2],transfMatrix[3][3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1054:64: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1054 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1082:56: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1082 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1105:62: warning: ‘QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1105 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&pp]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&pp + 4B]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/vcg/space/point3.h:221:16: warning: ‘MEM <float> [(struct Point3 *)&pp + 8B]’ may be used uninitialized [-Wmaybe-uninitialized] 221 | return Point3<P3ScalarType>( _v[0]-p._v[0], _v[1]-p._v[1], _v[2]-p._v[2] ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/vcglib/wrap/gl/pick.h:156:67: warning: comparison of integer expressions of different signedness: ‘std::vector<vcg::Point3<float>, std::allocator<vcg::Point3<float> > >::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 156 | if ((M != lastM) || (&m != lastm) || (pVec.size() != m.VN())) | ~~~~~~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_quality/qualitymapperdialog.cpp:1197:14: warning: ‘void qSort(RandomAccessIterator, RandomAccessIterator, LessThan) [with RandomAccessIterator = QList<TFHandle*>::iterator; LessThan = bool (*)(TFHandle*, TFHandle*)]’ is deprecated: Use std::sort [-Wdeprecated-declarations] 1197 | qSort(_transferFunctionHandles[channelCode].begin(), _transferFunctionHandles[channelCode].end(), TfHandleCompare); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickPointsTemplate.cpp:55:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<QString>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 55 | for (int i = 0; i < pointNameVector->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/editpickpoints.cpp:103:22: warning: unused variable ‘picked’ [-Wunused-variable] 103 | bool picked = Pick<Point3m>(currentMousePosition.x(), currentMousePosition.y(), pickedPoint); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/editpickpoints.cpp:119:30: warning: unused variable ‘picked’ [-Wunused-variable] 119 | bool picked = Pick<Point3m>(currentMousePosition.x(), currentMousePosition.y(), pickedPoint); | ^~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/editpickpoints.cpp:285:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 285 | for (int i = 0; i < pointVector.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/editpickpoints.cpp:320:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 320 | for (int i = 0; i < pointVector.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickedPoints.cpp:173:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPoint*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 173 | for (int i = 0; i < pointVector.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickpointsDialog.cpp:346:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 346 | for (int i = 0; i < pickedPointTreeWidgetItemVector.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickpointsDialog.cpp:448:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 448 | for (int i = 0; i < pickedPointTreeWidgetItemVector.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickpointsDialog.cpp:504:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<QString>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 504 | for (int i = 0; i < pointNameVector.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickpointsDialog.cpp:746:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 746 | for (int i = 0; i < pickedPointTreeWidgetItemVector.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_pickpoints/pickpointsDialog.cpp:828:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<PickedPointTreeWidgetItem*>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 828 | for (int i = 0; i < pickedPointTreeWidgetItemVector.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/glarea.cpp:618:55: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 618 | if ((md()->rm() != NULL) && (lastloadedraster != md()->rm()->id())) | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/glarea.cpp:1814:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const int’ [-Wsign-compare] 1814 | if(rp.id() == i.key()) { | ~~~~~~~~^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/glarea.cpp:1878:28: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 1878 | if(rm.id() == id) { | ~~~~~~~~^~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/layerDialog.cpp:570:62: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 570 | if(mw->meshDoc()->rm()->id() != clickedId || mw->GLA()->isRaster()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/layerDialog.cpp:1144:64: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 1144 | if((unsigned int)item->_meshid == mm->id()) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/layerDialog.cpp:1175:44: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 1175 | if(item->_rasterid == rm->id()) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/alignDialog.cpp:170:26: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 170 | labelText.sprintf("%s", qUtf8Printable(meshName)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/alignDialog.cpp:195:20: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 195 | buf.sprintf("Iter - MinD - Error - Sample - Used - DistR - BordR - AnglR "); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/alignDialog.cpp:202:28: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 202 | buf.sprintf(" %02zu %6.2f %7.4f %05i %05i %5i %5i %5i", | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 | qi, I[qi].MinDistAbs, I[qi].pcl50, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 204 | I[qi].SampleTested, I[qi].SampleUsed, I[qi].DistanceDiscarded, I[qi].BorderDiscarded, I[qi].AngleDiscarded); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/alignDialog.cpp:236:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<vcg::AlignPair::Result>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 236 | for (int i = 0; i < meshTree->resultList.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/mainwindow.h:370:25: warning: ‘MainWindow::searcher’ will be initialized after [-Wreorder] 370 | ActionSearcher& searcher; | ^~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/mainwindow.h:287:31: warning: ‘QNetworkAccessManager MainWindow::httpReq’ [-Wreorder] 287 | QNetworkAccessManager httpReq; | ^~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/mainwindow_Init.cpp:48:1: warning: when initialized here [-Wreorder] 48 | MainWindow::MainWindow() : | ^~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/AlignPairWidget.cpp:364:33: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations] 364 | int index = e->x() < (width() / 2) ? 0 : 1; | ~~~~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/AlignPairWidget.cpp:365:47: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations] 365 | tt[index]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/AlignPairWidget.cpp:368:43: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations] 368 | tt[0]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlabplugins/edit_align/AlignPairWidget.cpp:369:43: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations] 369 | tt[1]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/dialogs/options_dialog.cpp:101:46: warning: ‘void QHeaderView::setResizeMode(ResizeMode)’ is deprecated [-Wdeprecated-declarations] 101 | tw->horizontalHeader()->setResizeMode(QHeaderView::ResizeToContents); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/dialogs/plugin_info_dialog.cpp:152:48: warning: ‘void QHeaderView::setResizeMode(ResizeMode)’ is deprecated [-Wdeprecated-declarations] 152 | ui->treeWidget->header()->setResizeMode(QHeaderView::ResizeToContents); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/meshlab-2023.12-build/meshlab-MeshLab-2023.12/src/meshlab/dialogs/plugin_info_dialog.cpp:262:40: warning: ‘void QTreeWidget::setItemExpanded(const QTreeWidgetItem*, bool)’ is deprecated: Use QTreeWidgetItem::setExpanded() instead [-Wdeprecated-declarations] 262 | ui->treeWidget->setItemExpanded(pluginItem, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~