mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Don't assume __STDC_VERSION__ is defined #127
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 @nemequ on GitHub (Jul 28, 2016).
See https://travis-ci.org/quixdb/squash/jobs/148061907#L1491
Note that this is coming from types.h, so it happens when compiling code using brotli, not necessarily in brotli itself. Even if you don't care about
-Wundefin brotli, IMHO it should be possible for people who just want to use brotli to use whatever warning flags they want.Untested, but this should do the trick:
@nemequ commented on GitHub (Jul 29, 2016):
Closing since #399 fixes this; discussion (if necessary) can take place there.
@eustas commented on GitHub (Jul 29, 2016):
Unguarded
__STDC_VERSION__will be fixed in next encoder/decoder update.