Snippets for meshlab 2025.07 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/5vbk53wynpxhi83x1kwxpqjhhzdgpfjs-meshlab-2025.07.drv.
-
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/io_3mf/io_3mf_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/io_3mf/io_3mf.h:31:2: warning: 'getMLVersion' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 31 | MESHLAB_PLUGIN_IID_EXPORTER(IO_PLUGIN_IID) | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_3mf/io_3mf.h:31:2: warning: 'getMLVersion' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 31 | MESHLAB_PLUGIN_IID_EXPORTER(IO_PLUGIN_IID) | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_base/load_project.cpp:262:88: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 262 | QStringList values = renderingOpt.attributes().namedItem("boxColor").nodeValue().split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_base/load_project.cpp:267:90: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 267 | QStringList values = renderingOpt.attributes().namedItem("pointColor").nodeValue().split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_base/load_project.cpp:272:89: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 272 | QStringList values = renderingOpt.attributes().namedItem("wireColor").nodeValue().split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_base/load_project.cpp:277:90: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 277 | QStringList values = renderingOpt.attributes().namedItem("solidColor").nodeValue().split(" ", QString::SkipEmptyParts); | ^ -
/nix/store/4lm8arjgi5k8b0cq7g36gyqkypbvmpvz-vcg-2025.07/include/wrap/openfbx/src/miniz.c:3014:9: warning: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. [-W#pragma-messages] 3014 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") | ^ -
/nix/store/4lm8arjgi5k8b0cq7g36gyqkypbvmpvz-vcg-2025.07/include/wrap/openfbx/src/ofbx.cpp:2559:18: warning: 12 enumeration values not handled in switch: 'ROOT', 'GEOMETRY', 'MATERIAL'... [-Wswitch] 2559 | switch (child->getType()) | ~~~~~~~^~~~~~~~~ -
/nix/store/4lm8arjgi5k8b0cq7g36gyqkypbvmpvz-vcg-2025.07/include/wrap/openfbx/src/ofbx.cpp:2584:20: warning: 12 enumeration values not handled in switch: 'ROOT', 'MESH', 'TEXTURE'... [-Wswitch] 2584 | switch (child->getType()) | ~~~~~~~^~~~~~~~~ -
/nix/store/4lm8arjgi5k8b0cq7g36gyqkypbvmpvz-vcg-2025.07/include/wrap/openfbx/src/ofbx.cpp:2579:19: warning: 7 enumeration values not handled in switch: 'ROOT', 'TEXTURE', 'LIMB_NODE'... [-Wswitch] 2579 | switch (parent->getType()) | ~~~~~~~~^~~~~~~~~ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_expe/import_expe.h:178:29: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 178 | QStringList header = tmp.split(QRegExp("[\\[/\\]]"),QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_expe/import_xyz.h:159:14: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 159 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_expe/import_xyz.h:179:14: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 179 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_pdb/io_pdb.cpp:170:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 170 | sprintf(msgbuf,"Read %zu atoms...",atomNumber); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_pdb/io_pdb.cpp:623:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 623 | std::min(atomicElement.length(),atomicElement.find_first_of(' ')); | ^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/vrml/Scanner.cpp:332:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 332 | sprintf(msg, "Buffer out of bounds access, position: %d", value); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/vrml/Scanner.cpp:419:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 419 | sprintf(msg, "Can not open file: %s", chFileName); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_tri/io_tri.cpp:259:34: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 259 | QStringList numList = infoPNG.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:181:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 181 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:263:29: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 263 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:340:41: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 340 | QStringList list = vrmlPaths.at(i).split("#", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:498:17: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 498 | list = value.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:586:48: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 586 | QStringList defList = iterValue->second.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:758:32: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 758 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:1965:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1965 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:2146:28: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2146 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:2204:28: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2204 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:2298:25: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2298 | QFile file(filename.split("#", QString::SkipEmptyParts).at(0)); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:2450:24: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2450 | list = orientation.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/io_x3d/import_x3d.h:2463:21: warning: 'split' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2463 | list = position.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ^ -
/nix/store/ls5f5d9dfjg4fpsfwscby8fqsbrw1dz9-qtbase-5.15.19-dev/include/QtGui/qopenglcontext.h:55:2: warning: qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-W#warnings] 55 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^ -
/nix/store/ls5f5d9dfjg4fpsfwscby8fqsbrw1dz9-qtbase-5.15.19-dev/include/QtGui/qopenglcontext.h:56:2: warning: To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-W#warnings] 56 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^ -
/nix/store/ls5f5d9dfjg4fpsfwscby8fqsbrw1dz9-qtbase-5.15.19-dev/include/QtGui/qopenglfunctions.h:49:2: warning: qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-W#warnings] 49 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^ -
/nix/store/ls5f5d9dfjg4fpsfwscby8fqsbrw1dz9-qtbase-5.15.19-dev/include/QtGui/qopenglfunctions.h:50:2: warning: To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-W#warnings] 50 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/filter_fractal/filter_fractal_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/filter_fractal/fractal_utils.h:115:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 115 | sprintf(buffer, "Calculating perturbation on vertex %d..", i); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/filter_fractal/filter_fractal_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/filter_fractal/fractal_utils.h:138:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 138 | sprintf(buffer, "Normalizing perturbation on vertex %d..", i); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/filter_fractal/filter_fractal_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/filter_fractal/craters_utils.h:313:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 313 | sprintf(buffer, "Generating crater %i...", currentCrater); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_fractal/fractal_utils.h:115:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 115 | sprintf(buffer, "Calculating perturbation on vertex %d..", i); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_fractal/fractal_utils.h:138:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 138 | sprintf(buffer, "Normalizing perturbation on vertex %d..", i); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_fractal/craters_utils.h:313:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 313 | sprintf(buffer, "Generating crater %i...", currentCrater); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_func/filter_refine.h:34:37: warning: 'unary_function<vcg::face::Pos<CFaceO>, vcg::Point3<float>>' is deprecated [-Wdeprecated-declarations] 34 | struct MidPointCustom : public std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^ -
/nix/store/j22zxdcac2jnm9b0x96xypxqyi62nfpg-levmar-2.6/include/levmar.h:48:4: warning: LINSOLVERS_RETAIN_MEMORY is not safe in a multithreaded environment and should be turned off! [-W#warnings] 48 | # warning LINSOLVERS_RETAIN_MEMORY is not safe in a multithreaded environment and should be turned off! | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_isoparametrization/parametrizator.h:349:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 349 | sprintf(ret," PERFORM GLOBAL OPTIMIZATION initializing... "); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_isoparametrization/parametrizator.h:1238:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 1238 | sprintf(ret," GATHERING ABSTRACT DOMAIN faces:%5d AREA distorsion:%4f ; ANGLE distorsion:%4f ",base_mesh.fn,areaD,angleD); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_isoparametrization/diam_parametrization.h:201:42: warning: 'unary_function<vcg::face::Pos<ParamFace>, vcg::Point3<float>>' is deprecated [-Wdeprecated-declarations] 201 | struct SplitMidPoint : public std::unary_function<vcg::face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_isoparametrization/dual_coord_optimization.h:617:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 617 | sprintf(ret," PERFORM GLOBAL OPTIMIZATION Area distorsion:%4f ; ANGLE distorsion:%4f ",distArea,distAngle); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_layer/filter_layer.cpp:890:32: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 890 | node.toElement().text().split(" ", QString::SkipEmptyParts); | ^ -
/nix/store/h9ikzvnq46qi7diwbrclj5bp4q3nc2rf-cgal-6.2/include/CGAL/Installation/internal/deprecation_warning.h:80:6: warning: "A deprecated header has been included." [-W#warnings] 80 | # warning "A deprecated header has been included." | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_meshing/quadric_simp.cpp:128:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 128 | sprintf(buf,"Simplifing: heap size %i ops %i\n",int(DeciSession.h.size()),DeciSession.nPerformedOps); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_mutualglobal/solver.cpp:85:11: warning: enumeration values 'PROJIMG', 'PROJMULTIIMG', and 'RENDERING_MODE_LAST' not handled in switch [-Wswitch] 85 | switch(align->mode) { | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_mutualglobal/solver.cpp:443:10: warning: 4 enumeration values not handled in switch: 'PROJIMG', 'PROJMULTIIMG', 'NODE'... [-Wswitch] 443 | switch(align->mode) { | ^~~~~~~~~~~ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/meshmethods.cpp:67:26: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 67 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_screened_poisson/Src/Allocator.h:121:34: warning: relational comparison result unused [-Wunused-comparison] 121 | for(int j=0;j<state.remains;j<remains){ | ~^~~~~~~~ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_screened_poisson/poisson_utils.h:51:3: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] 51 | vsprintf(buf,format,marker); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_screened_poisson/poisson_utils.h:63:3: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations] 63 | vsprintf(buf,format,marker); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:439:35: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 439 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:577:163: warning: 'endl' 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; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:578:248: warning: 'endl' 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; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:593:22: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 593 | outStream << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:597:431: warning: 'endl' 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; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:598:198: warning: 'endl' 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; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/filter_sketchfab/filter_sketchfab.cpp:328:18: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 328 | char buf[1024]; sprintf(buf,"Upload progress %i on %i",int(bytesSent),int(bytesTotal)); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:323:45: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 323 | out << "VERTEX SHADER LINK INFO:" << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:324:26: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:324:34: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:328:47: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:328:55: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:329:26: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:329:34: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:389:47: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:389:55: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:390:23: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:390:31: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:394:49: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:394:57: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:395:23: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/render_gdp/meshrender.cpp:395:31: warning: 'endl' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^ -
/nix/store/4lm8arjgi5k8b0cq7g36gyqkypbvmpvz-vcg-2025.07/include/wrap/gui/trackball.cpp:192:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 192 | sprintf(result, "trackball(%f,%f,%f,%f,%f,%f,%f,%f)", | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:83:16: warning: 'sprintf' 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: ----"); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:85:22: warning: 'sprintf' 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()); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:433:41: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 433 | tokenizedLine = newline.split(" ", QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/edit_paint/colorframe.h:16:47: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_paint/colorframe.h:16:47: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_paint/paintbox.h:78:49: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/build/src/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/edit_paint/paintbox.h:78:49: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_point/edit_point.cpp:59:71: warning: more '%' conversions than data arguments [-Wformat-insufficient-args] 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>", | ~~~~^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_point/edit_point.cpp:388:28: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 388 | int wheelDirection = ev->delta(); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:102:22: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 102 | status_line1.sprintf("Active Point: ----"); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:104:22: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 104 | status_line1.sprintf("Active Point: %s",pointID[cindex].toStdString().c_str()); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:211:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 211 | status_line1.sprintf("Active Distance: ----"); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:215:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 215 | status_line1.sprintf("Active Distance: %s", distanceID[cindex].toStdString().c_str()); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:218:17: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 218 | status_line2.sprintf("%.3f --> %.3f", currDist[cindex], targDist[cindex]); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:220:17: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 220 | status_line2.sprintf(" "); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:224:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 224 | status_line3.sprintf("SCENE SCALE: %.3f", globalScale); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:226:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 226 | status_line3.sprintf("NO VALID SCENE SCALE"); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:557:31: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 557 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:581:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 581 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:597:29: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 597 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:756:18: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 756 | status_line3.sprintf("MATRIX:<br>" | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1054:31: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1054 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1082:30: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1082 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1105:29: warning: 'split' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1105 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_quality/qualitymapperdialog.cpp:1197:2: warning: 'qSort<QList<TFHandle *>::iterator, bool (*)(TFHandle *, TFHandle *)>' is deprecated: Use std::sort [-Wdeprecated-declarations] 1197 | qSort(_transferFunctionHandles[channelCode].begin(), _transferFunctionHandles[channelCode].end(), TfHandleCompare); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/alignDialog.cpp:170:12: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 170 | labelText.sprintf("%s", qUtf8Printable(meshName)); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/alignDialog.cpp:195:6: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 195 | buf.sprintf("Iter - MinD - Error - Sample - Used - DistR - BordR - AnglR "); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/alignDialog.cpp:202:7: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 202 | buf.sprintf(" %02zu %6.2f %7.4f %05i %05i %5i %5i %5i", | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:364:18: warning: 'x' is deprecated: Use position() [-Wdeprecated-declarations] 364 | int index = e->x() < (width() / 2) ? 0 : 1; | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:365:28: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 365 | tt[index]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:368:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 368 | tt[0]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:369:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 369 | tt[1]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlab/dialogs/options_dialog.cpp:149:26: warning: 'setResizeMode' is deprecated [-Wdeprecated-declarations] 149 | tw->horizontalHeader()->setResizeMode(QHeaderView::ResizeToContents); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlab/dialogs/plugin_info_dialog.cpp:152:28: warning: 'setResizeMode' is deprecated [-Wdeprecated-declarations] 152 | ui->treeWidget->header()->setResizeMode(QHeaderView::ResizeToContents); | ^ -
/nix/var/nix/builds/nix-90945-1375352096/source/src/meshlab/dialogs/plugin_info_dialog.cpp:262:18: warning: 'setItemExpanded' is deprecated: Use QTreeWidgetItem::setExpanded() instead [-Wdeprecated-declarations] 262 | ui->treeWidget->setItemExpanded(pluginItem, false); | ^