qt5-qtbase-5.15.15-1.fc42
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]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/dbus/complexpingpong/complexping.cpp: scope_hint: In function ‘int main(int, char**)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qprocess.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/QProcess:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/dbus/complexpingpong/complexping.cpp:56: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/io/qprocess.h:168:10: note: declared here
Error: COMPILER_WARNING: [#def14]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:105:20: warning[-Warray-parameter=]: argument 1 of type ‘float[3]’ with mismatched bound
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:18: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/3rdparty/fbm.h:29:20: note: previously declared as ‘float[]’
Error: CPPCHECK_WARNING (CWE-682): [#def15]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glbuffers.h:224: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def16]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glbuffers.h:228: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def17]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glbuffers.h:232: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: CPPCHECK_WARNING (CWE-682): [#def18]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glbuffers.h:236: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
Error: COMPILER_WARNING (CWE-477): [#def19]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mouseMoveEvent(QGraphicsSceneMouseEvent*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp:906:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qnamespace.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/kernel/qobjectdefs.h:48: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qobjectdefs.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/kernel/qobject.h:46: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qobject.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/animation/qabstractanimation.h:43: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qabstractanimation.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/QtCore:6: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtOpenGL/QtOpenGLDepends:3: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtOpenGL/QtOpenGL:3: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glextensions.h:54: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/glbuffers.h:55: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.h:54: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp:51: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def20]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mousePressEvent(QGraphicsSceneMouseEvent*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp:930:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def21]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp: scope_hint: In member function ‘virtual void Scene::mouseReleaseEvent(QGraphicsSceneMouseEvent*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/graphicsview/boxes/scene.cpp:952:32: warning[-Wdeprecated-declarations]: ‘Qt::MidButton’ is deprecated: MidButton is deprecated. Use MiddleButton instead
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qnamespace.h:138:9: note: declared here
Error: COMPILER_WARNING: [#def22]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/addressbook/addresswidget.cpp: scope_hint: In member function ‘void AddressWidget::setupTabs()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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 (CWE-477): [#def23]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::printImage()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:200:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/qprinter.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/QPrinter:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:59: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def24]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:201:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def25]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:204:40: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::paperRect() const’ is deprecated: Use pageLayout().fullRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:257:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def26]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:204:65: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def27]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:205:40: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::paperRect() const’ is deprecated: Use pageLayout().fullRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:257:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def28]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/itemviews/pixelator/mainwindow.cpp:205:65: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def29]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp: scope_hint: In member function ‘void MainWindow::printPage(int, QPainter*, QPrinter*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:323:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/qprinter.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/QPrinter:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:55: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def30]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:324:37: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def31]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:327:46: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def32]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:332:41: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def33]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/painting/fontsampler/mainwindow.cpp:332:76: warning[-Wdeprecated-declarations]: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:259:11: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def34]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/icons/mainwindow.cpp: scope_hint: In member function ‘QWidget* MainWindow::createIconSizeGroupBox()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/icons/mainwindow.cpp:375:54: warning[-Wdeprecated-declarations]: ‘void QButtonGroup::buttonToggled(int, bool)’ is deprecated: Use QButtonGroup::idToggled(int, bool) instead
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/qbuttongroup.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/QButtonGroup:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/icons/mainwindow.cpp:57: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/widgets/widgets/qbuttongroup.h:96:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def35]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/tooltips/sortingbox.cpp: scope_hint: In member function ‘virtual void SortingBox::resizeEvent(QResizeEvent*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/tooltips/sortingbox.cpp:132:47: warning[-Wdeprecated-declarations]: ‘QStyle::PM_DefaultTopLevelMargin’ is deprecated
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/qstyle.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/QStyle:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/tooltips/sortingbox.cpp:57: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/widgets/styles/qstyle.h:541:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def36]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/tooltips/sortingbox.cpp: scope_hint: In member function ‘int SortingBox::updateButtonGeometry(QToolButton*, int, int)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/widgets/tooltips/sortingbox.cpp:249:43: warning[-Wdeprecated-declarations]: ‘QStyle::PM_DefaultLayoutSpacing’ is deprecated
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/widgets/styles/qstyle.h:543:9: note: declared here
Error: CPPCHECK_WARNING (CWE-562): [#def37]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:194: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: CPPCHECK_WARNING (CWE-401): [#def38]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:67: error[memleak]: Memory leak: block2
Error: CPPCHECK_WARNING (CWE-457): [#def39]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:578: warning[uninitvar]: Uninitialized variable: where
Error: CPPCHECK_WARNING (CWE-457): [#def40]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:447: warning[uninitvar]: Uninitialized variable: where
Error: COMPILER_WARNING (CWE-563): [#def41]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_merge_lines’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:890:73: warning[-Wunused-parameter]: unused parameter ‘n_lines’
Error: COMPILER_WARNING (CWE-563): [#def42]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_is_hex_entity_contents’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1235:35: warning[-Wunused-parameter]: unused parameter ‘ctx’
Error: COMPILER_WARNING (CWE-563): [#def43]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_is_dec_entity_contents’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1251:35: warning[-Wunused-parameter]: unused parameter ‘ctx’
Error: COMPILER_WARNING (CWE-563): [#def44]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_is_named_entity_contents’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1267:37: warning[-Wunused-parameter]: unused parameter ‘ctx’
Error: COMPILER_WARNING (CWE-563): [#def45]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_free_attribute’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1373:27: warning[-Wunused-parameter]: unused parameter ‘ctx’
Error: COMPILER_WARNING (CWE-195): [#def46]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_link_label_cmp’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1590:21: warning[-Wsign-compare]: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’
Error: COMPILER_WARNING (CWE-195): [#def47]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:1595:21: warning[-Wsign-compare]: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’
Error: COMPILER_WARNING: [#def48]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_rollback’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:2668:19: warning[-Wimplicit-fallthrough=]: this statement may fall through
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:2675:13: note: here
Error: COMPILER_WARNING (CWE-563): [#def49]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_analyze_marks’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:3945:46: warning[-Wunused-parameter]: unused parameter ‘lines’
Error: COMPILER_WARNING (CWE-563): [#def50]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:3945:57: warning[-Wunused-parameter]: unused parameter ‘n_lines’
Error: COMPILER_WARNING: [#def51]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_process_inlines’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:4153:23: warning[-Wimplicit-fallthrough=]: this statement may fall through
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:4169:17: note: here
Error: COMPILER_WARNING: [#def52]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:4257:23: warning[-Wimplicit-fallthrough=]: this statement may fall through
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:4267:17: note: here
Error: COMPILER_WARNING: [#def53]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_enter_child_containers’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:5534:33: warning[-Wimplicit-fallthrough=]: this statement may fall through
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:5537:13: note: here
Error: COMPILER_WARNING: [#def54]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_leave_child_containers’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:5580:33: warning[-Wimplicit-fallthrough=]: this statement may fall through
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:5583:13: note: here
Error: COMPILER_WARNING (CWE-909): [#def55]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c: scope_hint: At top level
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:5686:1: warning[-Wmissing-field-initializers]: missing initializer for field ‘beg’ of ‘MD_LINE_ANALYSIS’ {aka ‘const struct MD_LINE_ANALYSIS_tag’}
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/3rdparty/md4c/md4c.c:214:9: note: ‘beg’ declared here
Error: COMPILER_WARNING (CWE-1164): [#def56]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qlibraryinfo.cpp:657:16: warning[-Wunused-function]: ‘QString getExtPrefixFromHostBinDir()’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def57]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qlibraryinfo.cpp: scope_hint: In static member function ‘static QString QLibraryInfo::rawLocation(LibraryLocation, PathGroup)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qlibraryinfo.cpp:713:10: warning[-Wunused-but-set-variable]: variable ‘fromConf’ set but not used
Error: COMPILER_WARNING: [#def58]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qmalloc.cpp: scope_hint: In function ‘void* qReallocAligned(void*, size_t, size_t, size_t)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qmalloc.cpp:115:18: warning[-Wuse-after-free]: pointer ‘actualptr’ may be used after ‘void* realloc(void*, size_t)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qmalloc.cpp:106:25: note: call to ‘void* realloc(void*, size_t)’ here
Error: COMPILER_WARNING (CWE-457): [#def59]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:648:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h: scope_hint: In member function ‘void QList<T>::append(const T&) [with T = QString]’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:640:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-457): [#def60]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:682:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h: scope_hint: In member function ‘virtual void ProjectGenerator::init()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:674:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-457): [#def61]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:722:13: warning[-Wmaybe-uninitialized]: ‘copy’ may be used uninitialized
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h: scope_hint: In function ‘QString commandLinesForOutput(QStringList)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qlist.h:714:22: note: ‘copy’ declared here
Error: COMPILER_WARNING (CWE-590): [#def62]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qshareddata.h:93:62: warning[-Wfree-nonheap-object]: ‘void operator delete(void*)’ called on unallocated object ‘c_locale’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QList<QLocale> QLocale::matchingLocales(Language, Script, Country)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/text/qlocale.cpp:641:27: note: declared here
Error: COMPILER_WARNING (CWE-590): [#def63]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qshareddata.h:93:62: warning[-Wfree-nonheap-object]: ‘void operator delete(void*, std::size_t)’ called on unallocated object ‘c_locale’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/text/qlocale.cpp: scope_hint: In static member function ‘static QList<QLocale> QLocale::matchingLocales(Language, Script, Country)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/text/qlocale.cpp:641:27: note: declared here
Error: COMPILER_WARNING: [#def64]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/dbus/qdbusintegrator.cpp: scope_hint: In member function ‘void QDBusConnectionPrivate::deliverCall(QObject*, int, const QDBusMessage&, const QVector<int>&, int)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/dbus/qdbusintegrator.cpp:941:25: warning[-Wdangling-reference]: possibly dangling reference to a temporary
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/dbus/qdbusintegrator.cpp:941:49: note: the temporary was destroyed at the end of the full expression ‘QDBusMessage::arguments() const().QList<QVariant>::at((i - 1))’
Error: COMPILER_WARNING (CWE-477): [#def65]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/gui/text/qfontengine.cpp: scope_hint: In member function ‘bool QFontEngine::supportsScript(QChar::Script) const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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 (CWE-477): [#def66]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/gui/text/qharfbuzzng.cpp: scope_hint: In constructor ‘_hb_unicode_funcs_t::_hb_unicode_funcs_t()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/gui/text/qharfbuzzng_p.h:61: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def67]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def68]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkaccessmanager.cpp: scope_hint: In member function ‘virtual QNetworkReply* QNetworkAccessManager::createRequest(Operation, const QNetworkRequest&, QIODevice*)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning[-Wdeprecated-declarations]: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtNetwork/qnetworkrequest.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkaccessmanager.h:44: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkaccessmanager.cpp:42: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkrequest.h:97:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def69]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkreplyhttpimpl.cpp: scope_hint: In member function ‘void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest&)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning[-Wdeprecated-declarations]: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkreplyhttpimpl_p.h:55: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkreplyhttpimpl.cpp:42: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/access/qnetworkrequest.h:97:9: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def70]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/kernel/qnetworkproxy_libproxy.cpp: scope_hint: In static member function ‘static QList<QNetworkProxy> QNetworkProxyFactory::systemProxyForQuery(const QNetworkProxyQuery&)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qflags.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qglobal.h:1307: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qglobal.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/kernel/qtnetworkglobal.h:43: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtNetwork/qtnetworkglobal.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/kernel/qnetworkproxy.h:43: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/network/kernel/qnetworkproxy_libproxy.cpp:41: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/global/qflags.h:123:80: note: declared here
Error: COMPILER_WARNING (CWE-457): [#def71]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/platformsupport/linuxaccessibility/constant_mappings_p.h:110:8: warning[-Wmaybe-uninitialized]: ‘<unnamed>.RoleNames::m_spiRole’ may be used uninitialized
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qhash.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qshareddata.h:46: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qshareddata.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qsharedpointer.h:45: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtCore/qsharedpointer.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/platformsupport/linuxaccessibility/atspiadaptor_p.h:58: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/platformsupport/linuxaccessibility/atspiadaptor.cpp:40: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qhash.h: scope_hint: In member function ‘T& QHash<K, V>::operator[](const Key&) [with Key = QAccessible::Role; T = RoleNames]’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/corelib/tools/qhash.h:761:36: note: ‘<anonymous>’ declared here
Error: COMPILER_WARNING (CWE-563): [#def72]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/platformthemes/gtk3/qgtk3theme.cpp: scope_hint: In member function ‘virtual QIcon QGtk3Theme::fileIcon(const QFileInfo&, QPlatformTheme::IconOptions) const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/platformthemes/gtk3/qgtk3theme.cpp:267:56: warning[-Wunused-parameter]: unused parameter ‘iconOptions’
Error: COMPILER_WARNING (CWE-477): [#def73]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In constructor ‘QPpdPrintDevice::QPpdPrintDevice(const QString&)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp:71:45: warning[-Wdeprecated-declarations]: ‘const char* cupsGetPPD(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprint_p.h:61: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/5.15.15/QtPrintSupport/private/qprint_p.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qplatformprintdevice.h:56: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtPrintSupport/5.15.15/QtPrintSupport/qpa/qplatformprintdevice.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.h:54: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def74]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def75]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def76]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def77]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def78]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In destructor ‘virtual QPpdPrintDevice::~QPpdPrintDevice()’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def79]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadPageSizes() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def80]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def81]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPageSize QPpdPrintDevice::defaultPageSize() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def82]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def83]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadResolutions() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def84]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def85]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def86]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def87]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual int QPpdPrintDevice::defaultResolution() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def88]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def89]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def90]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def91]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadInputSlots() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def92]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def93]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::InputSlot QPpdPrintDevice::defaultInputSlot() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def94]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def95]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadOutputBins() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def96]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def97]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::OutputBin QPpdPrintDevice::defaultOutputBin() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def98]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def99]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual void QPpdPrintDevice::loadDuplexModes() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def100]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def101]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def102]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def103]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::DuplexMode QPpdPrintDevice::defaultDuplexMode() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def104]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def105]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual QPrint::ColorMode QPpdPrintDevice::defaultColorMode() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def106]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def107]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual bool QPpdPrintDevice::setProperty(QPrintDevice::PrintDevicePropertyKey, const QVariant&)’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def108]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/plugins/printsupport/cups/qppdprintdevice.cpp: scope_hint: In member function ‘virtual bool QPpdPrintDevice::isFeatureAvailable(QPrintDevice::PrintDevicePropertyKey, const QVariant&) const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/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): [#def109]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.cpp: scope_hint: In member function ‘QPrinter::PaperSize QPrinter::paperSize() const’
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.cpp:1077:20: warning[-Wdeprecated-declarations]: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.cpp:40: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/printsupport/kernel/qprinter.h:179:14: note: declared here
Error: COMPILER_WARNING: [#def110]
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/qstyleditemdelegate.h:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/include/QtWidgets/QStyledItemDelegate:1: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/tools/settingseditor/variantdelegate.h:54: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/tools/settingseditor/settingstree.cpp:52: included_from: Included from here.
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/src/widgets/itemviews/qstyleditemdelegate.h:88:21: warning[-Woverloaded-virtual=]: ‘virtual QString QStyledItemDelegate::displayText(const QVariant&, const QLocale&) const’ was hidden
qt5-qtbase-5.15.15-build/qtbase-everywhere-src-5.15.15/examples/widgets/tools/settingseditor/variantdelegate.h:94:20: note: by ‘static QString VariantDelegate::displayText(const QVariant&)’
Scan Properties
analyzer-version-clippy | 1.82.0 |
analyzer-version-cppcheck | 2.16.0 |
analyzer-version-gcc | 14.2.1 |
analyzer-version-gcc-analyzer | 15.0.0 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-60.us-west-2.compute.internal |
mock-config | fedora-rawhide-gcc-latest-x86_64 |
project-name | qt5-qtbase-5.15.15-1.fc42 |
store-results-to | /tmp/tmp3vzy68l7/qt5-qtbase-5.15.15-1.fc42.tar.xz |
time-created | 2024-11-13 03:19:54 |
time-finished | 2024-11-13 03:45:09 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmp3vzy68l7/qt5-qtbase-5.15.15-1.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmp3vzy68l7/qt5-qtbase-5.15.15-1.fc42.src.rpm' |
tool-version | csmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9 |