mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #292] [MERGED] Fix more conversion warnings. #889
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/292
Author: @szabadka
Created: 1/7/2016
Status: ✅ Merged
Merged: 1/7/2016
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
8844b7fFix more conversion warnings.📊 Changes
32 files changed (+1441 additions, -1399 deletions)
View changed files
📝
enc/backward_references.cc(+177 -170)📝
enc/backward_references.h(+3 -4)📝
enc/bit_cost.h(+19 -19)📝
enc/block_splitter.cc(+47 -71)📝
enc/block_splitter.h(+3 -11)📝
enc/brotli_bit_stream.cc(+244 -239)📝
enc/brotli_bit_stream.h(+48 -35)📝
enc/cluster.h(+89 -81)📝
enc/command.h(+34 -31)📝
enc/context.h(+1 -1)📝
enc/dictionary.h(+2 -2)📝
enc/encode.cc(+153 -117)📝
enc/encode.h(+9 -9)📝
enc/encode_parallel.cc(+38 -39)📝
enc/entropy_encode.cc(+87 -101)📝
enc/entropy_encode.h(+27 -5)📝
enc/fast_log.h(+5 -38)📝
enc/find_match_length.h(+9 -9)📝
enc/hash.h(+122 -112)📝
enc/histogram.cc(+4 -4)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.