mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Compiler warnings #24
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?
Originally created by @jeroen on GitHub (Sep 22, 2015).
I am writing bindings which should be portable across platforms and work with older compilers. Is there a way to fix the warnings below (without suppressing them)?
Also a few warnings about c++11 extensions. Is there a way to work around these for older compilers?
On Ubuntu 14.04:
@lvandeve commented on GitHub (Sep 23, 2015):
Hello,
Thank you for the report. We'll fix the struct/class mismatch soon. In addition, indeed we're planning to support C++98 with the encoder, also on the way soon.
@szabadka commented on GitHub (Oct 1, 2015):
These should be fixed with PR #186
@jeroen commented on GitHub (Oct 1, 2015):
Yay thank you!