mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a8bdb851eb
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.
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
o Minor bugfixes (compilation, portability):
|
|
- Don't try to use a pragma to temporarily disable
|
|
-Wunused-const-variable if the compiler doesn't support it.
|
|
Fixes bug 26785; bugfix on 0.3.2.11.
|