Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix compiler warnings (gcc: -Wsign-compare) #6

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Fix compiler warnings (gcc: -Wsign-compare) #6

merged 1 commit into from
Apr 14, 2023

Conversation

jeroendoggen
Copy link
Contributor

Fix two gcc compiler warnings: comparison of integer expressions of different signedness

semver.hpp:145:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<semver::prerelease_part>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
semver.hpp:162:31: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
@z4kn4fein
Copy link
Owner

@jeroendoggen Thanks for the contribution!

@z4kn4fein z4kn4fein merged commit 695f77f into z4kn4fein:main Apr 14, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants