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 -Wtype-limits warning. #999

Merged
merged 1 commit into from
Jul 18, 2018
Merged

Fix -Wtype-limits warning. #999

merged 1 commit into from
Jul 18, 2018

Conversation

toxeus
Copy link
Contributor

@toxeus toxeus commented Jul 18, 2018

The compiler emits the following warning:

warning: comparison is always true due to limited range of data type [-Wtype-limits]

Because the affected ipp file is included in every project that includes bitcoin.hpp this warning generates a lot of noise when compiling other libbitcoin repos.

The compiler emits the following warning:

"warning: comparison is always true due to
limited range of data type [-Wtype-limits]"

Because the affected ipp file is included
in every project that includes bitcoin.hpp
this warning generates a lot of noise when
compiling other libbitcoin repos.
@toxeus toxeus requested a review from evoskuil July 18, 2018 12:35
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.568% when pulling ffb1e0c on toxeus:operation into 56f1da2 on libbitcoin:master.

@toxeus toxeus merged commit 49df918 into libbitcoin:master Jul 18, 2018
@toxeus toxeus deleted the operation branch July 18, 2018 22:30
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.

None yet

3 participants