mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #245] [MERGED] Fix --Wconversion and --pedantic-erros for the encoder. #838
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/245
Author: @szabadka
Created: 10/28/2015
Status: ✅ Merged
Merged: 10/28/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
ea48ce5Fix --Wconversion and --pedantic-erros for the encoder.📊 Changes
20 files changed (+262 additions, -240 deletions)
View changed files
📝
enc/backward_references.cc(+60 -55)📝
enc/backward_references.h(+1 -1)📝
enc/block_splitter.cc(+30 -27)📝
enc/brotli_bit_stream.cc(+37 -32)📝
enc/command.h(+27 -24)📝
enc/context.h(+3 -2)📝
enc/encode.cc(+12 -9)📝
enc/encode.h(+3 -3)📝
enc/encode_parallel.cc(+7 -7)📝
enc/entropy_encode.cc(+24 -24)📝
enc/hash.h(+18 -18)📝
enc/histogram.cc(+1 -1)📝
enc/histogram.h(+1 -1)📝
enc/literal_cost.cc(+12 -12)📝
enc/metablock.cc(+11 -11)📝
enc/prefix.h(+4 -3)📝
enc/ringbuffer.h(+2 -2)📝
enc/transform.h(+3 -2)📝
enc/utf8_util.cc(+5 -5)📝
enc/write_bits.h(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.