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

Enable -Wsign-Compare-check_CMakeLists #3842

Merged
merged 6 commits into from
Feb 21, 2023

Conversation

aditishri18
Copy link
Contributor

Resolved issues:

resolves :#3697

Description of changes:

This is the final PR in series of PR's to enable -Wsign-compare check. This check warns when a comparison between signed and unsigned values produce an incorrect result. Warning shown when the signed value is converted to unsigned value.

Call-outs:

Testing:

All tests pass.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Feb 21, 2023
@aditishri18 aditishri18 marked this pull request as ready for review February 21, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants