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 -> main] Fix a warning of comparison of integer expressions of different signedness in nonprune_to_prune_on_start testarning #1193

Merged
merged 4 commits 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)

Merges release/1.1 into main including #1192

Resolves #1191

linh2931 and others added 3 commits February 20, 2025 15:34
…el_1_1

[1.1.1] Fix a warning of comparison of integer expressions of different signedness in nonprune_to_prune_on_start test
@linh2931 linh2931 merged commit 7f9438d into main Feb 20, 2025
36 checks passed
@linh2931 linh2931 deleted the merge_fix_diff_sign_comp_warning branch February 20, 2025 23:36
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.

different signedness comparison warning in nonprune_to_prune_on_start test
3 participants