[PR #245] [MERGED] Fix --Wconversion and --pedantic-erros for the encoder. #838

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/245
Author: @szabadka
Created: 10/28/2015
Status: Merged
Merged: 10/28/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • ea48ce5 Fix --Wconversion and --pedantic-erros for the encoder.

📊 Changes

20 files changed (+262 additions, -240 deletions)

View changed files

📝 enc/backward_references.cc (+60 -55)
📝 enc/backward_references.h (+1 -1)
📝 enc/block_splitter.cc (+30 -27)
📝 enc/brotli_bit_stream.cc (+37 -32)
📝 enc/command.h (+27 -24)
📝 enc/context.h (+3 -2)
📝 enc/encode.cc (+12 -9)
📝 enc/encode.h (+3 -3)
📝 enc/encode_parallel.cc (+7 -7)
📝 enc/entropy_encode.cc (+24 -24)
📝 enc/hash.h (+18 -18)
📝 enc/histogram.cc (+1 -1)
📝 enc/histogram.h (+1 -1)
📝 enc/literal_cost.cc (+12 -12)
📝 enc/metablock.cc (+11 -11)
📝 enc/prefix.h (+4 -3)
📝 enc/ringbuffer.h (+2 -2)
📝 enc/transform.h (+3 -2)
📝 enc/utf8_util.cc (+5 -5)
📝 enc/write_bits.h (+1 -1)

📄 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/245 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/28/2015 **Status:** ✅ Merged **Merged:** 10/28/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ea48ce5`](https://github.com/google/brotli/commit/ea48ce5a6fa8a3224dd270a7f60428084e7b590d) Fix --Wconversion and --pedantic-erros for the encoder. ### 📊 Changes **20 files changed** (+262 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+60 -55) 📝 `enc/backward_references.h` (+1 -1) 📝 `enc/block_splitter.cc` (+30 -27) 📝 `enc/brotli_bit_stream.cc` (+37 -32) 📝 `enc/command.h` (+27 -24) 📝 `enc/context.h` (+3 -2) 📝 `enc/encode.cc` (+12 -9) 📝 `enc/encode.h` (+3 -3) 📝 `enc/encode_parallel.cc` (+7 -7) 📝 `enc/entropy_encode.cc` (+24 -24) 📝 `enc/hash.h` (+18 -18) 📝 `enc/histogram.cc` (+1 -1) 📝 `enc/histogram.h` (+1 -1) 📝 `enc/literal_cost.cc` (+12 -12) 📝 `enc/metablock.cc` (+11 -11) 📝 `enc/prefix.h` (+4 -3) 📝 `enc/ringbuffer.h` (+2 -2) 📝 `enc/transform.h` (+3 -2) 📝 `enc/utf8_util.cc` (+5 -5) 📝 `enc/write_bits.h` (+1 -1) </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:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#838