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

[Backport 3.6] Silence gcc 12.2.0 warning #9260

Closed
wants to merge 1 commit into from
Closed

[Backport 3.6] Silence gcc 12.2.0 warning #9260

wants to merge 1 commit into from

Conversation

sezrab
Copy link
Contributor

@sezrab sezrab commented Jun 14, 2024

Trivial backport of #9139

PR checklist

  • changelog not required
  • 3.6 backport not required (this is the backport)
  • 2.28 backport todo
  • tests no

Unfortunately this compiler complains about a variable potentially being
used un-initialized.  Silence the warning by initializing it to a sane
default.

Signed-off-by: Patrick Wildt <[email protected]>
@sezrab sezrab added component-crypto Crypto primitives and low-level interfaces needs-ci Needs to pass CI tests priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most) labels Jun 14, 2024
@sezrab sezrab changed the title Silence gcc 12.2.0 warning [Backport 3.6] Silence gcc 12.2.0 warning Jun 14, 2024
@sezrab sezrab added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review labels Jun 14, 2024
@sezrab sezrab self-assigned this Jun 14, 2024
@sezrab sezrab mentioned this pull request Jun 14, 2024
4 tasks
@sezrab sezrab closed this by deleting the head repository Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-crypto Crypto primitives and low-level interfaces needs-ci Needs to pass CI tests needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant