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

Fix warning about signed->unsigned conversion #161

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Fix warning about signed->unsigned conversion #161

merged 1 commit into from
Nov 8, 2022

Conversation

moinakb001
Copy link
Contributor

#160 didn't fix the sign truncation warning, the wrong set of tests were run. Sorry for the churn, this actually fixes the issue.

@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Base: 88.58% // Head: 88.58% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (17cf4ce) compared to base (239664b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #161   +/-   ##
========================================
  Coverage    88.58%   88.58%           
========================================
  Files           32       32           
  Lines         3618     3619    +1     
  Branches       690      690           
========================================
+ Hits          3205     3206    +1     
  Misses         228      228           
  Partials       185      185           
Impacted Files Coverage Δ
lib/alg-yescrypt-opt.c 86.07% <ø> (ø)
lib/alg-sha256.c 98.21% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@besser82
Copy link
Owner

besser82 commented Nov 8, 2022

Don't mind! LGTM!

@besser82 besser82 merged commit 17cf4ce into besser82:develop Nov 8, 2022
@solardiz
Copy link
Collaborator

solardiz commented Nov 8, 2022

@moinakb001 Thanks. What compiler/version were you seeing these warnings with?

@moinakb001
Copy link
Contributor Author

GCC version 11.3.0 compiled with -march=znver3 and -D__AVX__

@haampie haampie mentioned this pull request Nov 11, 2022
@besser82
Copy link
Owner

Fixed in release v4.4.31.

solardiz referenced this pull request Nov 18, 2022
In 894aee7 we introduced some
changes, which show is this error when building with GCC v12.2.1.
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