mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
4 lines
211 B
Text
4 lines
211 B
Text
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.
|