[PR #292] [MERGED] Fix more conversion warnings. #889

Open
opened 2026-01-29 20:51:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/292
Author: @szabadka
Created: 1/7/2016
Status: Merged
Merged: 1/7/2016
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 8844b7f Fix more conversion warnings.

📊 Changes

32 files changed (+1441 additions, -1399 deletions)

View changed files

📝 enc/backward_references.cc (+177 -170)
📝 enc/backward_references.h (+3 -4)
📝 enc/bit_cost.h (+19 -19)
📝 enc/block_splitter.cc (+47 -71)
📝 enc/block_splitter.h (+3 -11)
📝 enc/brotli_bit_stream.cc (+244 -239)
📝 enc/brotli_bit_stream.h (+48 -35)
📝 enc/cluster.h (+89 -81)
📝 enc/command.h (+34 -31)
📝 enc/context.h (+1 -1)
📝 enc/dictionary.h (+2 -2)
📝 enc/encode.cc (+153 -117)
📝 enc/encode.h (+9 -9)
📝 enc/encode_parallel.cc (+38 -39)
📝 enc/entropy_encode.cc (+87 -101)
📝 enc/entropy_encode.h (+27 -5)
📝 enc/fast_log.h (+5 -38)
📝 enc/find_match_length.h (+9 -9)
📝 enc/hash.h (+122 -112)
📝 enc/histogram.cc (+4 -4)

...and 12 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/292 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 1/7/2016 **Status:** ✅ Merged **Merged:** 1/7/2016 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8844b7f`](https://github.com/google/brotli/commit/8844b7f0d7db79aaf17ba91f0fec3ce3d90c16d4) Fix more conversion warnings. ### 📊 Changes **32 files changed** (+1441 additions, -1399 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+177 -170) 📝 `enc/backward_references.h` (+3 -4) 📝 `enc/bit_cost.h` (+19 -19) 📝 `enc/block_splitter.cc` (+47 -71) 📝 `enc/block_splitter.h` (+3 -11) 📝 `enc/brotli_bit_stream.cc` (+244 -239) 📝 `enc/brotli_bit_stream.h` (+48 -35) 📝 `enc/cluster.h` (+89 -81) 📝 `enc/command.h` (+34 -31) 📝 `enc/context.h` (+1 -1) 📝 `enc/dictionary.h` (+2 -2) 📝 `enc/encode.cc` (+153 -117) 📝 `enc/encode.h` (+9 -9) 📝 `enc/encode_parallel.cc` (+38 -39) 📝 `enc/entropy_encode.cc` (+87 -101) 📝 `enc/entropy_encode.h` (+27 -5) 📝 `enc/fast_log.h` (+5 -38) 📝 `enc/find_match_length.h` (+9 -9) 📝 `enc/hash.h` (+122 -112) 📝 `enc/histogram.cc` (+4 -4) _...and 12 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#889