[PR #65] Clean up some warnings in header files. #659

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

Original Pull Request: https://github.com/google/brotli/pull/65

State: closed
Merged: No


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

**Original Pull Request:** https://github.com/google/brotli/pull/65 **State:** closed **Merged:** No --- 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
claunia added the pull-request label 2026-01-29 20:48:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#659