mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2c00ad36cd
This patch fixes a build error with GCC 7.x which doesn't seem to accept const int's as constants in macro initialization. See: tpo/core/tor#40410
5 lines
235 B
Plaintext
5 lines
235 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Fix a compilation error when trying to build Tor with a compiler that
|
|
does not support expanding statitically initialized const values in
|
|
macro's. Fixes bug 40410; bugfix on 0.4.6.5.
|