Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress a warning around BoundedVector. #803

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

clalancette
Copy link
Contributor

The comment has more explanation, but in short GCC 13 has false positives around some warnings, so we suppress it for BoundedVector.

The comment has more explanation, but in short GCC 13
has false positives around some warnings, so we suppress
it for BoundedVector.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@ahcorde
Copy link
Contributor

ahcorde commented Apr 23, 2024

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

Copy link

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for the info!

@clalancette
Copy link
Contributor Author

Hm, Linux should have been green here. I don't know what is going on, I'll have to take another look.

@clalancette
Copy link
Contributor Author

Oh, it looks like CI was run against the wrong branch. Here is another try:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@ahcorde ahcorde merged commit 858e76a into rolling Apr 24, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/suppress-bounded-vector-warning branch April 24, 2024 08:48
@ahcorde
Copy link
Contributor

ahcorde commented Apr 24, 2024

https://github.com/Mergifyio backport jazzy

Copy link

mergify bot commented Apr 24, 2024

backport jazzy

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Apr 24, 2024
The comment has more explanation, but in short GCC 13
has false positives around some warnings, so we suppress
it for BoundedVector.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 858e76a)
ahcorde pushed a commit that referenced this pull request Apr 25, 2024
The comment has more explanation, but in short GCC 13
has false positives around some warnings, so we suppress
it for BoundedVector.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 858e76a)

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants