Task #582 - kf5-kconfig-5.116.0-1.fc41/scan-results.err
back to task #582download
Error: CLANG_WARNING: kf5-kconfig-5.116.0-build/kconfig-5.116.0/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp:44:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'tempFile2' # 42| QTemporaryFile *tempFile4 = new QTemporaryFile(this); # 43| QTemporaryFile *tempFile5 = new QTemporaryFile(this); # 44|-> QVERIFY(tempFile1->open()); # 45| QVERIFY(tempFile2->open()); # 46| QVERIFY(tempFile3->open()); Error: CLANG_WARNING: kf5-kconfig-5.116.0-build/kconfig-5.116.0/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp:44:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'tempFile3' # 42| QTemporaryFile *tempFile4 = new QTemporaryFile(this); # 43| QTemporaryFile *tempFile5 = new QTemporaryFile(this); # 44|-> QVERIFY(tempFile1->open()); # 45| QVERIFY(tempFile2->open()); # 46| QVERIFY(tempFile3->open()); Error: CLANG_WARNING: kf5-kconfig-5.116.0-build/kconfig-5.116.0/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp:44:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'tempFile4' # 42| QTemporaryFile *tempFile4 = new QTemporaryFile(this); # 43| QTemporaryFile *tempFile5 = new QTemporaryFile(this); # 44|-> QVERIFY(tempFile1->open()); # 45| QVERIFY(tempFile2->open()); # 46| QVERIFY(tempFile3->open()); Error: CLANG_WARNING: kf5-kconfig-5.116.0-build/kconfig-5.116.0/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp:44:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'tempFile5' # 42| QTemporaryFile *tempFile4 = new QTemporaryFile(this); # 43| QTemporaryFile *tempFile5 = new QTemporaryFile(this); # 44|-> QVERIFY(tempFile1->open()); # 45| QVERIFY(tempFile2->open()); # 46| QVERIFY(tempFile3->open()); Error: COMPILER_WARNING (CWE-477): kf5-kconfig-5.116.0-build/kconfig-5.116.0/src/gui/kstandardshortcut.cpp:332:6: warning[-Wdeprecated-declarations]: ‘KStandardShortcut::SaveOptions’ is deprecated: Since 5.39. No known users # 332 | {SaveOptions, "SaveOptions", QT_TRANSLATE_NOOP3("KStandardShortcut", "Save Options", "@action"), 0, 0, QList<QKeySequence>(), false, Category::Settings}, # | ^~~~~~~~~~~ kf5-kconfig-5.116.0-build/kconfig-5.116.0/src/gui/kstandardshortcut.cpp:10: included_from: Included from here. kf5-kconfig-5.116.0-build/kconfig-5.116.0/src/gui/kstandardshortcut.h:126:5: note: declared here # 126 | SaveOptions ///< @deprecated since 5.39 # | ^~~~~~~~~~~ # 330| {ShowStatusbar, "ShowStatusbar", QT_TRANSLATE_NOOP3("KStandardShortcut", "Show Statusbar", "@action"), 0, 0, QList<QKeySequence>(), false, Category::View}, # 331| #if KCONFIGGUI_BUILD_DEPRECATED_SINCE(5, 39) # 332|-> {SaveOptions, "SaveOptions", QT_TRANSLATE_NOOP3("KStandardShortcut", "Save Options", "@action"), 0, 0, QList<QKeySequence>(), false, Category::Settings}, # 333| #else # 334| // dummy entry