Fixed casting warning in benchmark_uncompress on MSVC#2035
Fixed casting warning in benchmark_uncompress on MSVC#2035Dead2 merged 1 commit intozlib-ng:developfrom
Conversation
benchmark_uncompress.cc(55,93): warning C4244: 'argument': conversion from 'int64_t' to 'size_t', possible loss of data
WalkthroughModified the type of the Changes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (30)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2035 +/- ##
============================================
+ Coverage 0 79.69% +79.69%
============================================
Files 0 162 +162
Lines 0 12883 +12883
Branches 0 3174 +3174
============================================
+ Hits 0 10267 +10267
- Misses 0 1589 +1589
- Partials 0 1027 +1027 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
benchmark_uncompress.cc(55,93): warning C4244: 'argument': conversion from 'int64_t' to 'size_t', possible loss of data