Skip to content

Fix cppcheck missingOverride and functionConst warnings#63913

Merged
nyalldawson merged 4 commits into
qgis:masterfrom
rouault:cppcheck_fixes
Nov 13, 2025
Merged

Fix cppcheck missingOverride and functionConst warnings#63913
nyalldawson merged 4 commits into
qgis:masterfrom
rouault:cppcheck_fixes

Conversation

@rouault

@rouault rouault commented Nov 12, 2025

Copy link
Copy Markdown
Contributor

There are a few remaining functionConst warnings but there are false positives (typically setter functions with empty implementation). While investing that, I've found a few occurrences where they could be safely removed

@github-actions github-actions Bot added this to the 4.0.0 milestone Nov 12, 2025
@rouault rouault force-pushed the cppcheck_fixes branch 2 times, most recently from 6f9cc7b to e55871e Compare November 12, 2025 22:15
Comment thread python/PyQt6/core/auto_generated/browser/qgsdataitem.sip.in
Comment thread src/gui/qgsattributedialog.h Outdated
Comment thread src/gui/qgsattributedialog.h Outdated
Comment thread src/gui/qgsattributeform.h
Comment thread src/gui/qgsattributeforminterface.h Outdated
Comment thread src/gui/qgsattributeforminterface.h Outdated
Comment thread src/app/vertextool/qgsvertextool.h Outdated
Comment thread src/gui/annotations/qgsannotationitemguiregistry.cpp
@github-actions

github-actions Bot commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit c410d84)

🍎 MacOS Qt6 builds

Download MacOS Qt6 builds of this PR for testing.
This installer is not signed, control+click > open the app to avoid the warning
(Built from commit c410d84)

@nyalldawson nyalldawson merged commit e6bc10a into qgis:master Nov 13, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants