[PR #372] [MERGED] Fix VS compilation warnings; cleanup API. #971

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/372
Author: @eustas
Created: 6/14/2016
Status: ✅ Merged
Merged: 6/14/2016
Merged by: @eustas

Base: to-v0.4 ← Head: to-v0.4


📝 Commits (2)

  • be1a53a Fix VS compilation warnings; cleanup API.
  • e96b7db Fix: declare variables before code

📊 Changes

10 files changed (+46 additions, -67 deletions)

View changed files

📝 enc/brotli_bit_stream.c (+1 -1)
📝 enc/compress_fragment.c (+3 -3)
📝 enc/compress_fragment_two_pass.c (+2 -2)
📝 enc/compressor.cc (+16 -15)
📝 enc/encode.c (+14 -13)
📝 enc/encode.h (+0 -24)
📝 enc/entropy_encode.c (+3 -3)
📝 enc/memory.c (+1 -1)
📝 enc/static_dict.c (+4 -4)
📝 enc/write_bits.h (+2 -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/372 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/14/2016 **Status:** ✅ Merged **Merged:** 6/14/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `to-v0.4` ← **Head:** `to-v0.4` --- ### 📝 Commits (2) - [`be1a53a`](https://github.com/google/brotli/commit/be1a53a61bc6f9f5ad323ec739d790fb5cd8e589) Fix VS compilation warnings; cleanup API. - [`e96b7db`](https://github.com/google/brotli/commit/e96b7db0c2a14620324f0e7903ec2c733e7c01a8) Fix: declare variables before code ### 📊 Changes **10 files changed** (+46 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.c` (+1 -1) 📝 `enc/compress_fragment.c` (+3 -3) 📝 `enc/compress_fragment_two_pass.c` (+2 -2) 📝 `enc/compressor.cc` (+16 -15) 📝 `enc/encode.c` (+14 -13) 📝 `enc/encode.h` (+0 -24) 📝 `enc/entropy_encode.c` (+3 -3) 📝 `enc/memory.c` (+1 -1) 📝 `enc/static_dict.c` (+4 -4) 📝 `enc/write_bits.h` (+2 -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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#971