]> git.ipfire.org Git - thirdparty/tor.git/commit
Don't disable an unsupported compiler warning
authorTaylor Yu <catalyst@torproject.org>
Thu, 26 Jul 2018 17:32:34 +0000 (12:32 -0500)
committerTaylor Yu <catalyst@torproject.org>
Thu, 26 Jul 2018 17:32:34 +0000 (12:32 -0500)
commita8bdb851eb23b6067e24ad955bb8f499b8348b95
treef89a10d107486332c54dfe2a08376e7f93c24da9
parentbe3a962ca7c6fc5fd72dfd9bb1def24efa4cdf2a
Don't disable an unsupported compiler warning

Conditionalize the pragma that temporarily disables
-Wunused-const-variable.  Some versions of gcc don't support it.  We
need to do this because of an apparent bug in some libzstd headers.
Fixes bug 26785; bugfix on 0.3.2.11.
changes/bug26785 [new file with mode: 0644]
configure.ac
src/common/compress_zstd.c