mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #65] [CLOSED] Clean up some warnings in header files. #654
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/65
Author: @nemequ
Created: 4/3/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
cbd31f3Clean up some warnings in header files.📊 Changes
3 files changed (+7 additions, -7 deletions)
View changed files
📝
enc/hash.h(+4 -4)📝
enc/ringbuffer.h(+1 -1)📝
enc/static_dict.h(+2 -2)📄 Description
These warnings are triggered when compiling with -Wshadow or
-Wsign-compare. Since they are in header files they will also be
triggered in any project attempting to use brotli while compiling
with those warnings enabled.
For an example of these being triggered in an external project, see https://travis-ci.org/quixdb/squash/jobs/56952895#L790
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.