qt5-qtbase-5.15.18-1.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-563): [#def1]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:73:18: warning[SC2034]: key appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def2]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:93:42: warning[SC2154]: original_ld is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-398): [#def3]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:175:9: warning[SC2178]: Variable was used as an array but is now assigned a string.
Error: SHELLCHECK_WARNING (CWE-670): [#def4]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:176:18: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-457): [#def5]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:181:15: warning[SC2154]: exclude_list is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def6]
/usr/lib64/qt5/mkspecs/features/data/mac/objc_namespace.sh:181:60: warning[SC2154]: exclude_regex is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-88): [#def7]
/usr/lib64/qt5/mkspecs/features/uikit/device_destinations.sh:45:51: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-477): [#def8]
/usr/lib64/qt5/mkspecs/features/uikit/device_destinations.sh:60:45: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def9]
/usr/lib64/qt5/mkspecs/features/uikit/device_destinations.sh:64:46: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def10]
/usr/lib64/qt5/mkspecs/features/uikit/device_destinations.sh:68:49: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: CPPCHECK_WARNING (CWE-758): [#def11]
qtbase-everywhere-src-5.15.18/config.tests/x86_simd/main.cpp:130: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
Error: CPPCHECK_WARNING (CWE-758): [#def12]
qtbase-everywhere-src-5.15.18/config.tests/x86_simd/main.cpp:147: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
Error: COMPILER_WARNING (CWE-477): [#def13]
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp:441:18: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp:441:18: note: add explicit ‘this’ or ‘*this’ capture
Error: COMPILER_WARNING (CWE-477): [#def14]
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp:475:24: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
qtbase-everywhere-src-5.15.18/examples/corelib/serialization/cbordump/main.cpp:475:24: note: add explicit ‘this’ or ‘*this’ capture
Error: COMPILER_WARNING: [#def15]
qtbase-everywhere-src-5.15.18/examples/corelib/threads/mandelbrot/renderthread.cpp: scope_hint: In constructor ‘RenderThread::RenderThread(QObject*)’
qtbase-everywhere-src-5.15.18/examples/corelib/threads/mandelbrot/renderthread.cpp:61:60: warning[-Wdeprecated-enum-float-conversion]: arithmetic between floating-point type ‘double’ and enumeration type ‘RenderThread::<unnamed enum>’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def16]
qtbase-everywhere-src-5.15.18/examples/dbus/complexpingpong/complexping.cpp: scope_hint: In function ‘int main(int, char**)’
qtbase-everywhere-src-5.15.18/examples/dbus/complexpingpong/complexping.cpp:124:15: warning[-Wdeprecated-declarations]: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead
qtbase-everywhere-src-5.15.18/include/QtCore/qprocess.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/QProcess:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/dbus/complexpingpong/complexping.cpp:56: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/io/qprocess.h:168:10: note: declared here
Error: COMPILER_WARNING: [#def17]
qtbase-everywhere-src-5.15.18/examples/qtconcurrent/progressdialog/main.cpp:83:22: warning[-Wunused-but-set-variable=]: variable ‘v’ set but not used
Error: COMPILER_WARNING: [#def18]
qtbase-everywhere-src-5.15.18/examples/qtconcurrent/progressdialog/main.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/qtconcurrent/progressdialog/main.cpp:85:15: warning[-Wvolatile]: ‘++’ expression of ‘volatile’-qualified type is deprecated
Error: COMPILER_WARNING (CWE-477): [#def19]
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp:87:57: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp:87:57: note: add explicit ‘this’ or ‘*this’ capture
Error: COMPILER_WARNING (CWE-477): [#def20]
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp:90:83: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
qtbase-everywhere-src-5.15.18/examples/sql/drilldown/informationwindow.cpp:90:83: note: add explicit ‘this’ or ‘*this’ capture
Error: COMPILER_WARNING (CWE-477): [#def21]
qtbase-everywhere-src-5.15.18/examples/vulkan/hellovulkancubes/mainwindow.cpp: scope_hint: In lambda function
qtbase-everywhere-src-5.15.18/examples/vulkan/hellovulkancubes/mainwindow.cpp:92:61: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
qtbase-everywhere-src-5.15.18/examples/vulkan/hellovulkancubes/mainwindow.cpp:92:61: note: add explicit ‘this’ or ‘*this’ capture
Error: COMPILER_WARNING: [#def22]
qtbase-everywhere-src-5.15.18/examples/widgets/animation/sub-attaq/mainwindow.cpp: scope_hint: In constructor ‘MainWindow::MainWindow(QWidget*)’
qtbase-everywhere-src-5.15.18/examples/widgets/animation/sub-attaq/mainwindow.cpp:72:50: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def23]
qtbase-everywhere-src-5.15.18/examples/widgets/animation/sub-attaq/mainwindow.cpp:74:51: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def24]
qtbase-everywhere-src-5.15.18/examples/widgets/desktop/screenshot/screenshot.cpp: scope_hint: In constructor ‘Screenshot::Screenshot()’
qtbase-everywhere-src-5.15.18/examples/widgets/desktop/screenshot/screenshot.cpp:93:48: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def25]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:105:20: warning[-Warray-parameter=]: argument 1 of type ‘float[3]’ with mismatched bound
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:18: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/3rdparty/fbm.h:29:20: note: previously declared as ‘float[]’
Error: CPPCHECK_WARNING (CWE-682): [#def26]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glbuffers.h:224: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def27]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glbuffers.h:228: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def28]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glbuffers.h:232: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def29]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glbuffers.h:236: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: COMPILER_WARNING (CWE-477): [#def30]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mouseMoveEvent(QGraphicsSceneMouseEvent*)’
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp:906:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qtbase-everywhere-src-5.15.18/include/QtCore/qnamespace.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/kernel/qobjectdefs.h:48: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qobjectdefs.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/kernel/qobject.h:46: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qobject.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/animation/qabstractanimation.h:43: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qabstractanimation.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/QtCore:6: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtOpenGL/QtOpenGLDepends:3: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtOpenGL/QtOpenGL:3: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glextensions.h:54: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/glbuffers.h:55: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.h:54: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp:51: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def31]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mousePressEvent(QGraphicsSceneMouseEvent*)’
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp:930:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qtbase-everywhere-src-5.15.18/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def32]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mouseReleaseEvent(QGraphicsSceneMouseEvent*)’
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/boxes/scene.cpp:952:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qtbase-everywhere-src-5.15.18/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING: [#def33]
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/chip/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::populateScene()’
qtbase-everywhere-src-5.15.18/examples/widgets/graphicsview/chip/mainwindow.cpp:98:9: warning[-Wunused-but-set-variable=]: variable ‘nitems’ set but not used
Error: COMPILER_WARNING: [#def34]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/addressbook/addresswidget.cpp: scope_hint: In member function ‘void AddressWidget::setupTabs()’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/addressbook/addresswidget.cpp:162:25: warning[-Wrange-loop-construct]: loop variable ‘str’ of type ‘const QString&’ binds to a temporary constructed from type ‘const char* const’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/addressbook/addresswidget.cpp:162:25: note: use non-reference type ‘const QString’ to make the copy explicit or ‘const char* const&’ to prevent copying
Error: COMPILER_WARNING: [#def35]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/chart/pieview.cpp: scope_hint: In member function ‘virtual void PieView::paintEvent(QPaintEvent*)’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/chart/pieview.cpp:358:9: warning[-Wunused-but-set-variable=]: variable ‘keyNumber’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def36]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::printImage()’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:200:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/qprinter.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/QPrinter:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:59: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def37]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:201:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def38]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:204:40: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::paperRect() const’ is deprecated: Use pageLayout().fullRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:257:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def39]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:204:65: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def40]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:205:40: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::paperRect() const’ is deprecated: Use pageLayout().fullRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:257:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def41]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/pixelator/mainwindow.cpp:205:65: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING: [#def42]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp: scope_hint: In member function ‘void SpreadSheet::createActions()’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp:114:42: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def43]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp:118:42: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def44]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp:122:42: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def45]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp:126:42: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def46]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/spreadsheet/spreadsheet.cpp:130:38: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def47]
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/storageview/main.cpp: scope_hint: In function ‘int main(int, char**)’
qtbase-everywhere-src-5.15.18/examples/widgets/itemviews/storageview/main.cpp:69:57: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def48]
qtbase-everywhere-src-5.15.18/examples/widgets/mainwindows/mainwindow/colorswatch.cpp: scope_hint: In constructor ‘ColorSwatch::ColorSwatch(const QString&, QMainWindow*, Qt::WindowFlags)’
qtbase-everywhere-src-5.15.18/examples/widgets/mainwindows/mainwindow/colorswatch.cpp:392:42: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def49]
qtbase-everywhere-src-5.15.18/examples/widgets/mainwindows/mainwindow/colorswatch.cpp:393:43: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def50]
qtbase-everywhere-src-5.15.18/examples/widgets/mainwindows/mainwindow/colorswatch.cpp:394:50: warning[-Wdeprecated-enum-enum-conversion]: bitwise operation between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def51]
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::printPage(int, QPainter*, QPrinter*)’
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:323:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/qprinter.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/QPrinter:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:55: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def52]
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:324:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def53]
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:327:46: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def54]
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:332:41: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def55]
qtbase-everywhere-src-5.15.18/examples/widgets/painting/fontsampler/mainwindow.cpp:332:76: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING: [#def56]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp: scope_hint: In member function ‘void TextEdit::setupFileActions()’
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:213:29: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def57]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:220:29: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def58]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp: scope_hint: In member function ‘void TextEdit::setupTextActions()’
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:270:42: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def59]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:281:44: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def60]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:290:47: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def61]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:302:43: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def62]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:307:45: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def63]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:312:44: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def64]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:317:46: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def65]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:322:44: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def66]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:326:44: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def67]
qtbase-everywhere-src-5.15.18/examples/widgets/richtext/textedit/textedit.cpp:362:50: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING: [#def68]
qtbase-everywhere-src-5.15.18/examples/widgets/tools/codecs/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::createMenus()’
qtbase-everywhere-src-5.15.18/examples/widgets/tools/codecs/mainwindow.cpp:204:42: warning[-Wdeprecated-enum-enum-conversion]: arithmetic between different enumeration types ‘Qt::Modifier’ and ‘Qt::Key’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def69]
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/icons/mainwindow.cpp: scope_hint: In member function ‘QWidget* MainWindow::createIconSizeGroupBox()’
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/icons/mainwindow.cpp:375:54: warning[-Wdeprecated-declarations]: ‘void QButtonGroup::buttonToggled(int, bool)’ is deprecated: Use QButtonGroup::idToggled(int, bool) instead
qtbase-everywhere-src-5.15.18/include/QtWidgets/qbuttongroup.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtWidgets/QButtonGroup:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/icons/mainwindow.cpp:57: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/widgets/widgets/qbuttongroup.h:96:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def70]
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/tooltips/sortingbox.cpp: scope_hint: In member function ‘virtual void SortingBox::resizeEvent(QResizeEvent*)’
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/tooltips/sortingbox.cpp:132:47: warning[-Wdeprecated-declarations]: ‘QStyle::PM_DefaultTopLevelMargin’ is deprecated
qtbase-everywhere-src-5.15.18/include/QtWidgets/qstyle.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtWidgets/QStyle:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/tooltips/sortingbox.cpp:57: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/widgets/styles/qstyle.h:541:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def71]
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/tooltips/sortingbox.cpp: scope_hint: In member function ‘int SortingBox::updateButtonGeometry(QToolButton*, int, int)’
qtbase-everywhere-src-5.15.18/examples/widgets/widgets/tooltips/sortingbox.cpp:249:43: warning[-Wdeprecated-declarations]: ‘QStyle::PM_DefaultLayoutSpacing’ is deprecated
qtbase-everywhere-src-5.15.18/src/widgets/styles/qstyle.h:543:9: note: declared here
Error: COMPILER_WARNING: [#def72]
qtbase-everywhere-src-5.15.18/src/gui/rhi/qrhivulkan.cpp:47: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/3rdparty/VulkanMemoryAllocator/vk_mem_alloc.h: scope_hint: In member function ‘virtual void VmaBlockMetadata_Generic::PrintDetailedMap(VmaJsonWriter&) const’
qtbase-everywhere-src-5.15.18/src/3rdparty/VulkanMemoryAllocator/vk_mem_alloc.h:7797:12: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
Error: CPPCHECK_WARNING (CWE-476): [#def73]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:372: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: shapedChars
Error: CPPCHECK_WARNING (CWE-476): [#def74]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:193: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: logClusters
Error: CPPCHECK_WARNING (CWE-562): [#def75]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:194: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-476): [#def76]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-hebrew.c:83: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: shapedChars
Error: CPPCHECK_WARNING (CWE-401): [#def77]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:67: error[memleak]: Memory leak: block2
Error: CPPCHECK_WARNING (CWE-476): [#def78]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1558: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: clusters
Error: CPPCHECK_WARNING (CWE-476): [#def79]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1562: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: properties
Error: COMPILER_WARNING: [#def80]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp:26: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp: scope_hint: In function ‘void HB_IndicAttributes(HB_Script, const HB_UChar16*, hb_uint32, hb_uint32, HB_CharAttributes*)’
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1878:23: warning[-Wunused-but-set-variable=]: variable ‘uc’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def81]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:578: warning[uninitvar]: Uninitialized variable: where
Error: COMPILER_WARNING: [#def82]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp:30: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c: scope_hint: In function ‘void HB_KhmerAttributes(HB_Script, const HB_UChar16*, hb_uint32, hb_uint32, HB_CharAttributes*)’
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:647:23: warning[-Wunused-but-set-variable=]: variable ‘uc’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def83]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:447: warning[uninitvar]: Uninitialized variable: where
Error: COMPILER_WARNING: [#def84]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp:34: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c: scope_hint: In function ‘void HB_MyanmarAttributes(HB_Script, const HB_UChar16*, hb_uint32, hb_uint32, HB_CharAttributes*)’
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:516:23: warning[-Wunused-but-set-variable=]: variable ‘uc’ set but not used
Error: CPPCHECK_WARNING (CWE-476): [#def85]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:406: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: break_positions
Error: COMPILER_WARNING: [#def86]
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp:29: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c: scope_hint: In function ‘void HB_TibetanAttributes(HB_Script, const HB_UChar16*, hb_uint32, hb_uint32, HB_CharAttributes*)’
qtbase-everywhere-src-5.15.18/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:256:23: warning[-Wunused-but-set-variable=]: variable ‘uc’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def87]
qtbase-everywhere-src-5.15.18/src/3rdparty/md4c/md4c.c:2239:7: warning[-Wmaybe-uninitialized]: ‘label_contents_line_index’ may be used uninitialized
qtbase-everywhere-src-5.15.18/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_end_current_block’
qtbase-everywhere-src-5.15.18/src/3rdparty/md4c/md4c.c:2158:13: note: ‘label_contents_line_index’ was declared here
Error: COMPILER_WARNING (CWE-1164): [#def88]
qtbase-everywhere-src-5.15.18/src/corelib/global/qlibraryinfo.cpp:657:16: warning[-Wunused-function]: ‘QString getExtPrefixFromHostBinDir()’ defined but not used
Error: COMPILER_WARNING: [#def89]
qtbase-everywhere-src-5.15.18/src/corelib/global/qlibraryinfo.cpp: scope_hint: In static member function ‘static QString QLibraryInfo::rawLocation(LibraryLocation, PathGroup)’
qtbase-everywhere-src-5.15.18/src/corelib/global/qlibraryinfo.cpp:713:10: warning[-Wunused-but-set-variable=]: variable ‘fromConf’ set but not used
Error: COMPILER_WARNING: [#def90]
qtbase-everywhere-src-5.15.18/src/corelib/global/qmalloc.cpp: scope_hint: In function ‘void* qReallocAligned(void*, size_t, size_t, size_t)’
qtbase-everywhere-src-5.15.18/src/corelib/global/qmalloc.cpp:115:18: warning[-Wuse-after-free]: pointer ‘actualptr’ may be used after ‘void* realloc(void*, size_t)’
qtbase-everywhere-src-5.15.18/src/corelib/global/qmalloc.cpp:106:25: note: call to ‘void* realloc(void*, size_t)’ here
Error: COMPILER_WARNING: [#def91]
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QString QLocaleData::longLongToString(QChar, QChar, QChar, QChar, qlonglong, int, int, int, unsigned int)’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp:3751:10: warning[-Wunused-but-set-variable=]: variable ‘cnt_thousand_sep’ set but not used
Error: COMPILER_WARNING: [#def92]
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QString QLocaleData::unsLongLongToString(QChar, QChar, QChar, qulonglong, int, int, int, unsigned int)’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp:3847:10: warning[-Wunused-but-set-variable=]: variable ‘cnt_thousand_sep’ set but not used
Error: COMPILER_WARNING: [#def93]
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp: scope_hint: In member function ‘bool QLocaleData::numberToCLocale(QStringView, QLocale::NumberOptions, CharBuff*) const’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp:3937:9: warning[-Wunused-but-set-variable=]: variable ‘group_cnt’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def94]
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:648:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h: scope_hint: In member function ‘void QList<T>::append(const T&) [with T = QString]’
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:640:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-457): [#def95]
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:682:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h: scope_hint: In member function ‘virtual void ProjectGenerator::init()’
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:674:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-457): [#def96]
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:722:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h: scope_hint: In function ‘QString commandLinesForOutput(QStringList)’
qtbase-everywhere-src-5.15.18/src/corelib/tools/qlist.h:714:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-590): [#def97]
qtbase-everywhere-src-5.15.18/src/corelib/tools/qshareddata.h:93:62: warning[-Wfree-nonheap-object]: ‘void operator delete(void*)’ called on unallocated object ‘c_locale’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QList<QLocale> QLocale::matchingLocales(Language, Script, Country)’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp:641:27: note: declared here
Error: COMPILER_WARNING (CWE-590): [#def98]
qtbase-everywhere-src-5.15.18/src/corelib/tools/qshareddata.h:93:62: warning[-Wfree-nonheap-object]: ‘void operator delete(void*, std::size_t)’ called on unallocated object ‘c_locale’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QList<QLocale> QLocale::matchingLocales(Language, Script, Country)’
qtbase-everywhere-src-5.15.18/src/corelib/text/qlocale.cpp:641:27: note: declared here
Error: COMPILER_WARNING: [#def99]
qtbase-everywhere-src-5.15.18/src/dbus/qdbusintegrator.cpp: scope_hint: In member function ‘void QDBusConnectionPrivate::deliverCall(QObject*, int, const QDBusMessage&, const QVector<int>&, int)’
qtbase-everywhere-src-5.15.18/src/dbus/qdbusintegrator.cpp:941:25: warning[-Wdangling-reference]: possibly dangling reference to a temporary
qtbase-everywhere-src-5.15.18/src/dbus/qdbusintegrator.cpp:941:44: note: ‘QList<QVariant>’ temporary created here
Error: COMPILER_WARNING: [#def100]
qtbase-everywhere-src-5.15.18/src/gui/kernel/qplatformcursor.cpp: scope_hint: In member function ‘void QPlatformCursorImage::set(const uchar*, const uchar*, int, int, int, int)’
qtbase-everywhere-src-5.15.18/src/gui/kernel/qplatformcursor.cpp:622:17: warning[-Wunused-but-set-variable=]: variable ‘w’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def101]
qtbase-everywhere-src-5.15.18/src/gui/text/qfontengine.cpp: scope_hint: In member function ‘bool QFontEngine::supportsScript(QChar::Script) const’
qtbase-everywhere-src-5.15.18/src/gui/text/qfontengine.cpp:377:35: warning[-Wdeprecated-declarations]: ‘void hb_ot_tags_from_script(hb_script_t, hb_tag_t*, hb_tag_t*)’ is deprecated: Use 'hb_ot_tags_from_script_and_language' instead
/usr/include/harfbuzz/hb-ot.h:34: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/gui/text/qfontengine.cpp:58: included_from: Included from here.
/usr/include/harfbuzz/hb-ot-deprecated.h:88:1: note: declared here
Error: COMPILER_WARNING: [#def102]
qtbase-everywhere-src-5.15.18/src/gui/text/qfontsubset.cpp: scope_hint: In member function ‘QByteArray QFontSubset::toTruetype() const’
qtbase-everywhere-src-5.15.18/src/gui/text/qfontsubset.cpp:1193:10: warning[-Wunused-but-set-variable=]: variable ‘sumAdvances’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def103]
qtbase-everywhere-src-5.15.18/src/gui/text/qharfbuzzng.cpp: scope_hint: In constructor ‘_hb_unicode_funcs_t::_hb_unicode_funcs_t()’
qtbase-everywhere-src-5.15.18/src/gui/text/qharfbuzzng.cpp:432:50: warning[-Wdeprecated-declarations]: ‘void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t*, hb_unicode_eastasian_width_func_t, void*, hb_destroy_func_t)’ is deprecated
/usr/include/harfbuzz/hb.h:34: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/gui/text/qharfbuzzng_p.h:61: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/gui/text/qharfbuzzng.cpp:41: included_from: Included from here.
/usr/include/harfbuzz/hb-deprecated.h:148:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def104]
qtbase-everywhere-src-5.15.18/src/gui/text/qharfbuzzng.cpp:438:58: warning[-Wdeprecated-declarations]: ‘void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t*, hb_unicode_decompose_compatibility_func_t, void*, hb_destroy_func_t)’ is deprecated
/usr/include/harfbuzz/hb-deprecated.h:216:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def105]
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkaccessmanager.cpp: scope_hint: In member function ‘virtual QNetworkReply* QNetworkAccessManager::createRequest(Operation, const QNetworkRequest&, QIODevice*)’
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning[-Wdeprecated-declarations]: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute
qtbase-everywhere-src-5.15.18/include/QtNetwork/qnetworkrequest.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkaccessmanager.h:44: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkaccessmanager.cpp:42: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkrequest.h:97:9: note: declared here
Error: COMPILER_WARNING: [#def106]
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkdiskcache.cpp: scope_hint: In member function ‘virtual qint64 QNetworkDiskCache::expire()’
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkdiskcache.cpp:534:9: warning[-Wunused-but-set-variable=]: variable ‘removedFiles’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def107]
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkreplyhttpimpl.cpp: scope_hint: In member function ‘void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest&)’
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning[-Wdeprecated-declarations]: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkreplyhttpimpl_p.h:55: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkreplyhttpimpl.cpp:42: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/access/qnetworkrequest.h:97:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def108]
qtbase-everywhere-src-5.15.18/src/network/kernel/qnetworkproxy_libproxy.cpp: scope_hint: In static member function ‘static QList<QNetworkProxy> QNetworkProxyFactory::systemProxyForQuery(const QNetworkProxyQuery&)’
qtbase-everywhere-src-5.15.18/src/network/kernel/qnetworkproxy_libproxy.cpp:194:55: warning[-Wdeprecated-declarations]: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = QNetworkProxy::Capability; Zero = int QFlags<QNetworkProxy::Capability>::Private::*]’ is deprecated: Use default constructor instead
qtbase-everywhere-src-5.15.18/include/QtCore/qflags.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/global/qglobal.h:1307: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qglobal.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/kernel/qtnetworkglobal.h:43: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtNetwork/qtnetworkglobal.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/kernel/qnetworkproxy.h:43: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/network/kernel/qnetworkproxy_libproxy.cpp:41: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/global/qflags.h:123:80: note: declared here
Error: COMPILER_WARNING: [#def109]
qtbase-everywhere-src-5.15.18/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp: scope_hint: In member function ‘void QEvdevMouseHandler::readMouseData()’
qtbase-everywhere-src-5.15.18/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp:219:9: warning[-Wunused-but-set-variable=]: variable ‘eventCompressCount’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def110]
qtbase-everywhere-src-5.15.18/src/platformsupport/linuxaccessibility/constant_mappings_p.h:110:8: warning[-Wmaybe-uninitialized]: ‘<unnamed>.RoleNames::m_spiRole’ may be used uninitialized
qtbase-everywhere-src-5.15.18/include/QtCore/qhash.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/tools/qshareddata.h:46: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qshareddata.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/tools/qsharedpointer.h:45: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtCore/qsharedpointer.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/platformsupport/linuxaccessibility/atspiadaptor_p.h:58: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/platformsupport/linuxaccessibility/atspiadaptor.cpp:40: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/corelib/tools/qhash.h: scope_hint: In member function ‘T& QHash<K, V>::operator[](const Key&) [with Key = QAccessible::Role; T = RoleNames]’
qtbase-everywhere-src-5.15.18/src/corelib/tools/qhash.h:761:36: note: ‘<anonymous>’ declared here
Error: COMPILER_WARNING: [#def111]
qtbase-everywhere-src-5.15.18/src/plugins/imageformats/ico/qicohandler.cpp: scope_hint: In static member function ‘static bool ICOReader::canRead(QIODevice*)’
qtbase-everywhere-src-5.15.18/src/plugins/imageformats/ico/qicohandler.cpp:212:20: warning[-Wunused-but-set-variable=]: variable ‘readBytes’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def112]
qtbase-everywhere-src-5.15.18/src/plugins/platformthemes/gtk3/qgtk3theme.cpp: scope_hint: In member function ‘virtual QIcon QGtk3Theme::fileIcon(const QFileInfo&, QPlatformTheme::IconOptions) const’
qtbase-everywhere-src-5.15.18/src/plugins/platformthemes/gtk3/qgtk3theme.cpp:267:56: warning[-Wunused-parameter]: unused parameter ‘iconOptions’
Error: COMPILER_WARNING (CWE-477): [#def113]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In constructor ‘QPpdPrintDevice::QPpdPrintDevice(const QString&)’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:71:45: warning[-Wdeprecated-declarations]: ‘const char* cupsGetPPD(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprint_p.h:61: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/5.15.18/QtPrintSupport/private/qprint_p.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qplatformprintdevice.h:56: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtPrintSupport/5.15.18/QtPrintSupport/qpa/qplatformprintdevice.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.h:54: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:40: included_from: Included from here.
/usr/include/cups/ppd.h:359:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def114]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:73:36: warning[-Wdeprecated-declarations]: ‘ppd_file_t* ppdOpenFile(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:390:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def115]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:77:32: warning[-Wdeprecated-declarations]: ‘void ppdMarkDefaults(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:385:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def116]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:78:32: warning[-Wdeprecated-declarations]: ‘int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:363:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def117]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:79:28: warning[-Wdeprecated-declarations]: ‘int ppdLocalize(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:435:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def118]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In destructor ‘virtual QPpdPrintDevice::~QPpdPrintDevice()’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:109:17: warning[-Wdeprecated-declarations]: ‘void ppdClose(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:365:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def119]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadPageSizes() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:149:44: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def120]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:152:52: warning[-Wdeprecated-declarations]: ‘ppd_size_t* ppdPageSize(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:393:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def121]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPageSize QPpdPrintDevice::defaultPageSize() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:174:54: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def122]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:176:42: warning[-Wdeprecated-declarations]: ‘ppd_size_t* ppdPageSize(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:393:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def123]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadResolutions() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:207:46: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def124]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:217:36: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def125]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:226:36: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def126]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:236:36: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def127]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual int QPpdPrintDevice::defaultResolution() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:249:45: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def128]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:256:54: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def129]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:263:31: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def130]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:269:40: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def131]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadInputSlots() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:289:49: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def132]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:297:39: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def133]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::InputSlot QPpdPrintDevice::defaultInputSlot() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:313:48: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def134]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:317:58: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def135]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadOutputBins() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:330:49: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def136]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:338:39: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def137]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::OutputBin QPpdPrintDevice::defaultOutputBin() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:354:48: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def138]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:358:58: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def139]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadDuplexModes() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:372:50: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def140]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:376:43: warning[-Wdeprecated-declarations]: ‘int ppdInstallableConflict(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:456:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def141]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:383:40: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def142]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:384:55: warning[-Wdeprecated-declarations]: ‘int ppdInstallableConflict(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:456:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def143]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::DuplexMode QPpdPrintDevice::defaultDuplexMode() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:402:48: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def144]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:406:58: warning[-Wdeprecated-declarations]: ‘ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:378:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def145]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::ColorMode QPpdPrintDevice::defaultColorMode() const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:434:49: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def146]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:436:39: warning[-Wdeprecated-declarations]: ‘ppd_option_t* ppdFindOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def147]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual bool QPpdPrintDevice::setProperty(QPrintDevice::PrintDevicePropertyKey, const QVariant&)’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:464:26: warning[-Wdeprecated-declarations]: ‘int ppdMarkOption(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:386:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def148]
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual bool QPpdPrintDevice::isFeatureAvailable(QPrintDevice::PrintDevicePropertyKey, const QVariant&) const’
qtbase-everywhere-src-5.15.18/src/plugins/printsupport/cups/qppdprintdevice.cpp:477:42: warning[-Wdeprecated-declarations]: ‘int ppdInstallableConflict(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:456:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def149]
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.cpp: scope_hint: In member function ‘QPrinter::PaperSize QPrinter::paperSize() const’
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.cpp:1077:20: warning[-Wdeprecated-declarations]: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.cpp:40: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/printsupport/kernel/qprinter.h:179:14: note: declared here
Error: COMPILER_WARNING: [#def150]
qtbase-everywhere-src-5.15.18/include/QtWidgets/qstyleditemdelegate.h:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/include/QtWidgets/QStyledItemDelegate:1: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/tools/settingseditor/variantdelegate.h:54: included_from: Included from here.
qtbase-everywhere-src-5.15.18/examples/widgets/tools/settingseditor/settingstree.cpp:52: included_from: Included from here.
qtbase-everywhere-src-5.15.18/src/widgets/itemviews/qstyleditemdelegate.h:88:21: warning[-Woverloaded-virtual=]: ‘virtual QString QStyledItemDelegate::displayText(const QVariant&, const QLocale&) const’ was hidden
qtbase-everywhere-src-5.15.18/examples/widgets/tools/settingseditor/variantdelegate.h:94:20: note: by ‘static QString VariantDelegate::displayText(const QVariant&)’
Error: COMPILER_WARNING: [#def151]
qtbase-everywhere-src-5.15.18/src/widgets/kernel/qlayoutengine.cpp: scope_hint: In function ‘void qGeomCalc(QVector<QLayoutStruct>&, int, int, int, int, int)’
qtbase-everywhere-src-5.15.18/src/widgets/kernel/qlayoutengine.cpp:81:9: warning[-Wunused-but-set-variable=]: variable ‘cMax’ set but not used
Error: COMPILER_WARNING: [#def152]
qtbase-everywhere-src-5.15.18/src/widgets/util/qscroller.cpp: scope_hint: In member function ‘void QScrollerPrivate::setContentPositionHelperDragging(const QPointF&)’
qtbase-everywhere-src-5.15.18/src/widgets/util/qscroller.cpp:1780:11: warning[-Wunused-but-set-variable=]: variable ‘oldOvershootX’ set but not used
Error: COMPILER_WARNING: [#def153]
qtbase-everywhere-src-5.15.18/src/widgets/util/qscroller.cpp:1781:11: warning[-Wunused-but-set-variable=]: variable ‘oldOvershootY’ set but not used
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-195.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | qt5-qtbase-5.15.18-1.fc44 |
| store-results-to | /tmp/tmpztjtp819/qt5-qtbase-5.15.18-1.fc44.tar.xz |
| time-created | 2026-01-08 21:37:09 |
| time-finished | 2026-01-08 22:04:11 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpztjtp819/qt5-qtbase-5.15.18-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpztjtp819/qt5-qtbase-5.15.18-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |