Warnings on mingw-w64 #72

Closed
opened 2026-01-29 20:31:31 +00:00 by claunia · 4 comments
Owner

Originally created by @jeroen on GitHub (Nov 15, 2015).

Compiling with gcc 4.6.3 / mingw-w64: http://pastebin.com/raw.php?i=9pTWA0DA

Originally created by @jeroen on GitHub (Nov 15, 2015). Compiling with gcc 4.6.3 / mingw-w64: http://pastebin.com/raw.php?i=9pTWA0DA
Author
Owner

@eustas commented on GitHub (Nov 17, 2015):

Thank you for your report. We are actively working on those warnings...

@eustas commented on GitHub (Nov 17, 2015): Thank you for your report. We are actively working on those warnings...
Author
Owner

@jeroen commented on GitHub (Nov 25, 2015):

Update: most of these are now fixed, but a few remain. Here the new log: http://pastebin.com/raw.php?i=p74N5zkM

@jeroen commented on GitHub (Nov 25, 2015): Update: most of these are now fixed, but a few remain. Here the new log: http://pastebin.com/raw.php?i=p74N5zkM
Author
Owner

@jeroen commented on GitHub (Jan 23, 2016):

Update: only a single warning remains:

enc/encode.cc -o enc/encode.o
enc/encode.cc: In member function 'bool brotli::BrotliCompressor::WriteBrotliData(bool, bool, size_t*, uint8_t**)':
enc/encode.cc:409:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
@jeroen commented on GitHub (Jan 23, 2016): Update: only a single warning remains: ``` enc/encode.cc -o enc/encode.o enc/encode.cc: In member function 'bool brotli::BrotliCompressor::WriteBrotliData(bool, bool, size_t*, uint8_t**)': enc/encode.cc:409:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ```
Author
Owner

@jeroen commented on GitHub (Jan 24, 2016):

Closing in favor of https://github.com/google/brotli/issues/302.

@jeroen commented on GitHub (Jan 24, 2016): Closing in favor of https://github.com/google/brotli/issues/302.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#72