[PR #683] [MERGED] Update #1328

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/683
Author: @eustas
Created: 6/11/2018
Status: Merged
Merged: 6/11/2018
Merged by: @eustas

Base: masterHead: upd6b


📝 Commits (1)

📊 Changes

5 files changed (+7 additions, -9 deletions)

View changed files

📝 c/common/transform.c (+1 -2)
📝 c/common/transform.h (+1 -1)
📝 c/dec/bit_reader.h (+1 -1)
📝 c/dec/decode.c (+4 -3)
📝 java/org/brotli/wrapper/common/SetRfcDictionaryTest.java (+0 -2)

📄 Description

  • cast logged values to int to match %d formatter
  • remove BROTLI_RESTRICT in transform.{c,h} declarations
  • remove unused imports in java RFC dictionary test

🔄 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/683 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/11/2018 **Status:** ✅ Merged **Merged:** 6/11/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd6b` --- ### 📝 Commits (1) - [`8585743`](https://github.com/google/brotli/commit/8585743ac2f7c968507203b115b78897a107ecff) dr ### 📊 Changes **5 files changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `c/common/transform.c` (+1 -2) 📝 `c/common/transform.h` (+1 -1) 📝 `c/dec/bit_reader.h` (+1 -1) 📝 `c/dec/decode.c` (+4 -3) 📝 `java/org/brotli/wrapper/common/SetRfcDictionaryTest.java` (+0 -2) </details> ### 📄 Description * cast logged values to `int` to match `%d` formatter * remove `BROTLI_RESTRICT` in `transform.{c,h}` declarations * remove unused imports in java RFC dictionary test --- <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:53:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1328