Skip to content

SWDEV-563777 - fix warnings related to inconsistent overrides#1625

Merged
sluzynsk-amd merged 1 commit into
developfrom
users/sluzynsk-amd/SWDEV-563777
Nov 24, 2025
Merged

SWDEV-563777 - fix warnings related to inconsistent overrides#1625
sluzynsk-amd merged 1 commit into
developfrom
users/sluzynsk-amd/SWDEV-563777

Conversation

@sluzynsk-amd

Copy link
Copy Markdown
Contributor

This patch adds missing override keywords. Fixes this class of warnings.

Motivation

During clr build clang reports lots of warnings. This PR fixes warnings related to inconsistent override rules

Technical Details

Adds missing override keywords to methods that override virtual methods from parent class

Test Plan

Doesn't apply

Test Result

Doesn't apply

Submission Checklist

@sluzynsk-amd sluzynsk-amd requested review from a team as code owners October 30, 2025 13:56
@geomin12 geomin12 requested a review from a team as a code owner October 31, 2025 22:18
@github-actions github-actions Bot added the github actions Pull requests that update GitHub Actions code label Oct 31, 2025
@sluzynsk-amd sluzynsk-amd force-pushed the users/sluzynsk-amd/SWDEV-563777 branch from c397a0f to 90d6f35 Compare November 3, 2025 09:14
@sluzynsk-amd sluzynsk-amd force-pushed the users/sluzynsk-amd/SWDEV-563777 branch 2 times, most recently from ea733b8 to 7560d38 Compare November 14, 2025 09:36
@sluzynsk-amd sluzynsk-amd force-pushed the users/sluzynsk-amd/SWDEV-563777 branch 2 times, most recently from 5576fe5 to 3b7b538 Compare November 19, 2025 09:28
@sluzynsk-amd sluzynsk-amd requested a review from a team as a code owner November 19, 2025 09:28
@sluzynsk-amd sluzynsk-amd force-pushed the users/sluzynsk-amd/SWDEV-563777 branch 3 times, most recently from 9239125 to 81c5dd7 Compare November 21, 2025 09:32
This patch adds missing override keywords. Fixes this class of warnings.

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
@sluzynsk-amd sluzynsk-amd force-pushed the users/sluzynsk-amd/SWDEV-563777 branch from 81c5dd7 to 71513e7 Compare November 24, 2025 09:36
@sluzynsk-amd sluzynsk-amd merged commit 2cf9faa into develop Nov 24, 2025
19 checks passed
@sluzynsk-amd sluzynsk-amd deleted the users/sluzynsk-amd/SWDEV-563777 branch November 24, 2025 17:50
systems-assistant Bot pushed a commit to ROCm/clr that referenced this pull request Nov 24, 2025
 (#1625)

This patch adds missing override keywords. Fixes this class of warnings.

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
[rocm-systems] ROCm/rocm-systems#1625 (commit 2cf9faa)
systems-assistant Bot pushed a commit to ROCm/hip that referenced this pull request Nov 24, 2025
 (#1625)

This patch adds missing override keywords. Fixes this class of warnings.

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
[rocm-systems] ROCm/rocm-systems#1625 (commit 2cf9faa)
jamessiddeley-amd pushed a commit that referenced this pull request Dec 11, 2025
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@rakesroy rakesroy mentioned this pull request Jan 13, 2026
1 task
ammallya pushed a commit that referenced this pull request Jan 22, 2026
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[ROCm/rccl commit: b6d97a6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github actions Pull requests that update GitHub Actions code organization: ROCm project: clr project: hip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants