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

Silence one more gcc false-positive. (backport #814) #817

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 1, 2024

gcc 13 has false positives around array-bounds and stringop-overflow, so suppress them here while generating test cases.

@Crola1702 FYI, this should fix #813


This is an automatic backport of pull request #814 done by Mergify.

gcc 13 has false positives around array-bounds and
stringop-overflow, so suppress them here while generating
test cases.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 86fa398)
@ahcorde
Copy link
Contributor

ahcorde commented Jul 1, 2024

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

@ahcorde ahcorde merged commit 14cc860 into jazzy Jul 1, 2024
4 checks passed
@ahcorde ahcorde deleted the mergify/bp/jazzy/pr-814 branch July 1, 2024 14:01
@Crola1702
Copy link

@ahcorde @clalancette although this has been merged, I still see the GCC warning appearing in https://build.ros2.org/view/Jci/job/Jci__nightly-release_ubuntu_noble_amd64/30/.

It's fixed for CMake, but GCC and Clang-tidy still show those 🤔

@Crola1702
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants