We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Leap on Main branch compiles very clean on Ubuntu 20.02, with only two types and 27 instances of warnings. 26 of them are
/home/lh/work/leap-main/libraries/chainbase/include/chainbase/undo_index.hpp:524:23: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare] 524 | if( revision > std::numeric_limits<int64_t>::max() ) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixing it will give us an almost clean build.
The text was updated successfully, but these errors were encountered:
New issue added @stephenpdeos.
Sorry, something went wrong.
linh2931
Successfully merging a pull request may close this issue.
Leap on Main branch compiles very clean on Ubuntu 20.02, with only two types and 27 instances of warnings. 26 of them are
Fixing it will give us an almost clean build.
The text was updated successfully, but these errors were encountered: