mirror of
https://github.com/google/brotli.git
synced 2026-09-24 15:46:13 +00:00
[PR #331] [MERGED] Fix build with -Wmissing-declarations. #927
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/331
Author: @PiotrSikora
Created: 3/19/2016
Status: ✅ Merged
Merged: 3/22/2016
Merged by: @eustas
Base:
master← Head:missing_declarations📝 Commits (1)
501cb86Fix build with -Wmissing-declarations.📊 Changes
10 files changed (+185 additions, -180 deletions)
View changed files
📝
enc/backward_references.cc(+37 -37)📝
enc/block_splitter.cc(+2 -2)📝
enc/brotli_bit_stream.cc(+44 -44)📝
enc/compress_fragment.cc(+22 -19)📝
enc/compress_fragment_two_pass.cc(+9 -9)📝
enc/encode.cc(+62 -60)📝
enc/entropy_encode.cc(+3 -3)📝
enc/literal_cost.cc(+2 -2)📝
shared.mk(+2 -2)📝
tools/bro.cc(+2 -2)📄 Description
While there, add -Wmissing-prototypes and -Wmissing-declarations
to shared.mk in order to catch similar errors in the future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.