[PR #323] [MERGED] Fix most of ()->(void) and some missing includes. #925

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/323
Author: @eustas
Created: 2/29/2016
Status: Merged
Merged: 2/29/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

  • 25e3796 Fix most of ()->(void) and some missing includes.

📊 Changes

16 files changed (+48 additions, -43 deletions)

View changed files

📝 enc/backward_references.cc (+4 -4)
📝 enc/bit_cost.h (+0 -2)
📝 enc/block_splitter.h (+1 -1)
📝 enc/brotli_bit_stream.cc (+2 -0)
📝 enc/brotli_bit_stream.h (+1 -0)
📝 enc/command.h (+2 -2)
📝 enc/compress_fragment.cc (+1 -0)
📝 enc/compress_fragment_two_pass.cc (+1 -0)
📝 enc/encode.cc (+4 -3)
📝 enc/encode.h (+4 -4)
📝 enc/hash.h (+12 -12)
📝 enc/histogram.h (+2 -2)
📝 enc/metablock.h (+1 -1)
📝 enc/ringbuffer.h (+7 -6)
📝 enc/streams.cc (+1 -1)
📝 enc/streams.h (+5 -5)

📄 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/323 **Author:** [@eustas](https://github.com/eustas) **Created:** 2/29/2016 **Status:** ✅ Merged **Merged:** 2/29/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`25e3796`](https://github.com/google/brotli/commit/25e3796f83edcaeec3c2f1a34dec30f0e7efe0ae) Fix most of ()->(void) and some missing includes. ### 📊 Changes **16 files changed** (+48 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+4 -4) 📝 `enc/bit_cost.h` (+0 -2) 📝 `enc/block_splitter.h` (+1 -1) 📝 `enc/brotli_bit_stream.cc` (+2 -0) 📝 `enc/brotli_bit_stream.h` (+1 -0) 📝 `enc/command.h` (+2 -2) 📝 `enc/compress_fragment.cc` (+1 -0) 📝 `enc/compress_fragment_two_pass.cc` (+1 -0) 📝 `enc/encode.cc` (+4 -3) 📝 `enc/encode.h` (+4 -4) 📝 `enc/hash.h` (+12 -12) 📝 `enc/histogram.h` (+2 -2) 📝 `enc/metablock.h` (+1 -1) 📝 `enc/ringbuffer.h` (+7 -6) 📝 `enc/streams.cc` (+1 -1) 📝 `enc/streams.h` (+5 -5) </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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#925