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

[1.1.1] Fix a warning of comparison of integer expressions of different signedness in nonprune_to_prune_on_start test #1192

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

linh2931
Copy link
Member

Fix

tests/block_log.cpp:655:26: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  655 |    for(unsigned i = 0; i < prune_blocks*3; ++i)

Resolves #1191

@linh2931 linh2931 merged commit 94c2d2d into release/1.1 Feb 20, 2025
36 checks passed
@linh2931 linh2931 deleted the fix_diff_sign_comp_warning_rel_1_1 branch February 20, 2025 21:22
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