mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fca1934c88
Wow, it sure seems like some compilers can't implement isnan() and friends in a way that pleases themselves! Fixes bug 22915. Bug trigged by 0.2.8.1-alpha and later; caused by clang 4.
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
o Minor bugfixes (compilation warnings):
|
|
- Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915;
|
|
bugfix on 0.2.8.1-alpha.
|