[PR #205] [MERGED] Fix some more compiler warnings in the decoder. #799

Closed
opened 2026-01-29 20:50:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • bacc734 Fix some more compiler warnings in the decoder.

📊 Changes

10 files changed (+153 additions, -141 deletions)

View changed files

📝 dec/bit_reader.h (+13 -11)
📝 dec/decode.c (+95 -90)
📝 dec/decode.h (+2 -1)
📝 dec/dictionary.h (+1 -1)
📝 dec/huffman.c (+16 -16)
📝 dec/huffman.h (+11 -11)
📝 dec/port.h (+2 -0)
📝 dec/prefix.h (+1 -1)
📝 dec/state.h (+9 -9)
📝 dec/streams.c (+3 -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/205 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/5/2015 **Status:** ✅ Merged **Merged:** 10/5/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`bacc734`](https://github.com/google/brotli/commit/bacc734997f12ffa7002366ea2dffd5ef7e6a136) Fix some more compiler warnings in the decoder. ### 📊 Changes **10 files changed** (+153 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `dec/bit_reader.h` (+13 -11) 📝 `dec/decode.c` (+95 -90) 📝 `dec/decode.h` (+2 -1) 📝 `dec/dictionary.h` (+1 -1) 📝 `dec/huffman.c` (+16 -16) 📝 `dec/huffman.h` (+11 -11) 📝 `dec/port.h` (+2 -0) 📝 `dec/prefix.h` (+1 -1) 📝 `dec/state.h` (+9 -9) 📝 `dec/streams.c` (+3 -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:50:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#799