2025-11-18 22:36 ftp://ftp.de.debian.org/debian/pool/main/q/qgnomeplatform/qgnomeplatform_0.9.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=qt --library=gtk --library=motif --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-87-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.18.0 head-info: 1ca1246 (2025-11-18 18:56:39 +0100) count: 116 116 elapsed-time: 0.8 0.9 head-timing-info: old-timing-info: head results: QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:71:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gnomeSettingsGlobal [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:83:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatform [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:196:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemFont [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:240:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyleNames [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:275:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AdwaitaHighcontrast [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:299:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyleChange [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:322:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemFont [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:342:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable StyleChange [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:469:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GenericDataLocation [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:500:89: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NativeFormat [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gsettingshintprovider.h:40:14: style: The destructor '~GSettingsHintProvider' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] QGnomePlatform-0.9.2/src/common/hintprovider.h:39:14: note: Virtual destructor in base class QGnomePlatform-0.9.2/src/common/gsettingshintprovider.h:40:14: note: Destructor in derived class QGnomePlatform-0.9.2/src/common/portalhintprovider.h:35:14: style: The destructor '~PortalHintProvider' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] QGnomePlatform-0.9.2/src/common/hintprovider.h:39:14: note: Virtual destructor in base class QGnomePlatform-0.9.2/src/common/portalhintprovider.h:35:14: note: Destructor in derived class QGnomePlatform-0.9.2/src/common/hintprovider.h:41:55: performance: Function 'hints()' should return member 'm_hints' by const reference. [returnByReference] QGnomePlatform-0.9.2/src/common/hintprovider.h:45:49: performance: Function 'fonts()' should return member 'm_fonts' by const reference. [returnByReference] QGnomePlatform-0.9.2/src/common/hintprovider.h:51:20: performance: Function 'gtkTheme()' should return member 'm_gtkTheme' by const reference. [returnByReference] QGnomePlatform-0.9.2/src/common/hintprovider.h:73:20: performance: Function 'cursorTheme()' should return member 'm_cursorTheme' by const reference. [returnByReference] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:374:13: style: The scope of the variable 'styleOverride' can be reduced. [variableScope] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:382:19: style: Local variable 'gtkTheme' shadows outer function [shadowFunction] QGnomePlatform-0.9.2/src/common/gnomesettings.h:57:13: note: Shadowed declaration QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:382:19: note: Shadow variable QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:154:38: style: Variable 'watcher' can be declared as pointer to const [constVariablePointer] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:473:115: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] QGnomePlatform-0.9.2/src/common/gnomesettings.cpp:489:106: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] QGnomePlatform-0.9.2/src/common/gsettingshintprovider.cpp:108:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformGSettingsHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/gsettingshintprovider.cpp:204:26: style:inconclusive: Either there is a missing 'override', or the member function 'GSettingsHintProvider::getSettingsProperty' can be const. [functionConst] QGnomePlatform-0.9.2/src/common/gsettingshintprovider.h:47:7: note: Either there is a missing 'override', or the member function 'GSettingsHintProvider::getSettingsProperty' can be const. QGnomePlatform-0.9.2/src/common/gsettingshintprovider.cpp:204:26: note: Either there is a missing 'override', or the member function 'GSettingsHintProvider::getSettingsProperty' can be const. QGnomePlatform-0.9.2/src/common/gsettingshintprovider.cpp:220:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/common/gsettingshintprovider.cpp:232:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:36:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DialogButtonBoxLayout [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:87:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemIconThemeName [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:104:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SystemFont [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:125:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/hintprovider.cpp:132:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/portalhintprovider.cpp:65:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformPortalHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/portalhintprovider.cpp:115:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QGnomePlatformPortalHintProvider [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/common/portalhintprovider.cpp:69:34: style: Variable 'watcher' can be declared as pointer to const [constVariablePointer] QGnomePlatform-0.9.2/src/common/utils.cpp:35:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PANGO_SCALE [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:81:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AlignHCenter [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:99:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightPlacement [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:114:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightPlacement [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:129:119: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MaximizeButton [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:186:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WindowMaximized [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:211:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Antialiasing [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:542:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftButton [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:613:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TouchPointPressed [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:650:135: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AdwaitaDark [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:692:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeFDiagCursor [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:750:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeBDiagCursor [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:773:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SplitHCursor [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:783:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SplitHCursor [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:79:5: performance: Variable 'm_lastButtonClick' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] QGnomePlatform-0.9.2/src/theme/platformplugin.h:33:5: style: Class 'QGnomePlatformThemePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] QGnomePlatform-0.9.2/src/theme/qgnomeplatformtheme.cpp:87:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PANGO_TYPE_FONT_FAMILY [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog_p.h:51:5: style: Class 'QXdgDesktopPortalFileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] QGnomePlatform-0.9.2/src/theme/qgnomeplatformtheme.cpp:122:67: style:inconclusive: Function 'themeHint' argument 1 names different: declaration 'hint' definition 'hintType'. [funcArgNamesDifferent] QGnomePlatform-0.9.2/src/theme/qgnomeplatformtheme.h:34:34: note: Function 'themeHint' argument 1 names different: declaration 'hint' definition 'hintType'. QGnomePlatform-0.9.2/src/theme/qgnomeplatformtheme.cpp:122:67: note: Function 'themeHint' argument 1 names different: declaration 'hint' definition 'hintType'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:109:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_SELECTION_CLIPBOARD [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:120:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ApplicationModal [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:135:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UniqueConnection [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:171:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_RESPONSE_OK [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:250:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShowAlphaChannel [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:256:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_FILE_CHOOSER_ACTION_OPEN [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:333:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptSave [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:445:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AcceptOpen [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:470:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExistingFiles [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:567:122: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PANGO_SCALE [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:609:84: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PANGO_SCALE [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:77:5: style: Class 'QGtk3Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:199:19: style: Return value 'd->show(flags,modality,parent)' is always true [knownConditionTrueFalse] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:199:19: note: Calling function 'show' returns 1 QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:199:19: note: Return value 'd->show(flags,modality,parent)' is always true QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:283:19: style: Return value 'd->show(flags,modality,parent)' is always true [knownConditionTrueFalse] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:283:19: note: Calling function 'show' returns 1 QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:283:19: note: Return value 'd->show(flags,modality,parent)' is always true QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:551:19: style: Return value 'd->show(flags,modality,parent)' is always true [knownConditionTrueFalse] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:551:19: note: Calling function 'show' returns 1 QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:551:19: note: Return value 'd->show(flags,modality,parent)' is always true QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:353:60: style: C-style pointer casting [cstyleCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:103:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:104:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:115:12: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:248:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:260:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:261:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:264:5: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:265:41: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:310:41: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:322:57: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:335:45: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:336:43: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:338:42: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:351:56: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:368:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:375:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:399:53: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:414:61: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:416:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:425:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:436:48: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:464:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:465:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:468:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:471:42: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:474:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:477:41: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:496:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:498:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:500:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:506:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:508:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:516:40: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:530:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:674:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:240:69: style:inconclusive: Function 'onColorChanged' argument 1 names different: declaration 'helper' definition 'dialog'. [funcArgNamesDifferent] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.h:79:56: note: Function 'onColorChanged' argument 1 names different: declaration 'helper' definition 'dialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:240:69: note: Function 'onColorChanged' argument 1 names different: declaration 'helper' definition 'dialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:396:59: style:inconclusive: Function 'onSelectionChanged' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. [funcArgNamesDifferent] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.h:112:47: note: Function 'onSelectionChanged' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:396:59: note: Function 'onSelectionChanged' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:407:75: style:inconclusive: Function 'onCurrentFolderChanged' argument 1 names different: declaration 'helper' definition 'dialog'. [funcArgNamesDifferent] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.h:113:63: note: Function 'onCurrentFolderChanged' argument 1 names different: declaration 'helper' definition 'dialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:407:75: note: Function 'onCurrentFolderChanged' argument 1 names different: declaration 'helper' definition 'dialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:412:56: style:inconclusive: Function 'onUpdatePreview' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. [funcArgNamesDifferent] QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.h:114:44: note: Function 'onUpdatePreview' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:412:56: note: Function 'onUpdatePreview' argument 1 names different: declaration 'dialog' definition 'gtkDialog'. QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:352:18: style: Variable 'it' can be declared as pointer to const [constVariablePointer] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:133:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExistingFiles [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:231:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filterRegExp [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:427:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NonModal [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:448:96: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:465:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Directory [valueFlowBailoutIncompleteVar] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:87:5: style: Class 'QXdgDesktopPortalFileDialogPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] QGnomePlatform-0.9.2/src/theme/qxdgdesktopportalfiledialog.cpp:63:89: performance: Function parameter 'filter' should be passed by const reference. [passedByValue] diff: head QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:692:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeFDiagCursor [valueFlowBailoutIncompleteVar] 2.18.0 QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:694:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TopEdge [valueFlowBailoutIncompleteVar] head QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:750:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SizeBDiagCursor [valueFlowBailoutIncompleteVar] 2.18.0 QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:752:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BottomEdge [valueFlowBailoutIncompleteVar] head QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:773:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SplitHCursor [valueFlowBailoutIncompleteVar] 2.18.0 QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:775:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LeftEdge [valueFlowBailoutIncompleteVar] head QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:783:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SplitHCursor [valueFlowBailoutIncompleteVar] 2.18.0 QGnomePlatform-0.9.2/src/decoration/qgnomeplatformdecoration.cpp:785:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RightEdge [valueFlowBailoutIncompleteVar] 2.18.0 QGnomePlatform-0.9.2/src/theme/qgnomeplatformtheme.cpp:203:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_platformTheme [valueFlowBailoutIncompleteVar] head QGnomePlatform-0.9.2/src/theme/qgtk3dialoghelpers.cpp:352:18: style: Variable 'it' can be declared as pointer to const [constVariablePointer] DONE