Skip to content

json: add explicit override specifiers for GCC 8 compatibility#220

Open
mihajlo-k wants to merge 1 commit into
eclipse-score:mainfrom
mihajlo-k:vajson_support_for_gcc8
Open

json: add explicit override specifiers for GCC 8 compatibility#220
mihajlo-k wants to merge 1 commit into
eclipse-score:mainfrom
mihajlo-k:vajson_support_for_gcc8

Conversation

@mihajlo-k
Copy link
Copy Markdown
Contributor

Add 'override' before 'final' on virtual function declarations. GCC 8 emits -Wsuggest-override warnings on functions marked only with 'final'. This was fixed in GCC 9, which treats 'final' as implying 'override'.

Add 'override' before 'final' on virtual function declarations.
GCC 8 emits -Wsuggest-override warnings on functions marked only
with 'final'. This was fixed in GCC 9, which treats 'final' as
implying 'override'.
@mihajlo-k mihajlo-k requested review from 4og and antonkri as code owners May 29, 2026 09:26
@github-project-automation github-project-automation Bot moved this to In Progress in BAS - Baselibs FT May 29, 2026
@mihajlo-k mihajlo-k temporarily deployed to workflow-approval May 29, 2026 09:26 — with GitHub Actions Inactive
@mihajlo-k mihajlo-k temporarily deployed to workflow-approval May 29, 2026 09:26 — with GitHub Actions Inactive
@mihajlo-k mihajlo-k added the comp-json Related to score/json component label May 29, 2026
@github-actions
Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@mihajlo-k mihajlo-k requested a review from JuriSchroeder May 29, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-json Related to score/json component

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant