mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
cc4ea34a26
test.c no longer uses lround(), so we don't need to declare it, and we can use math.h for fabs(). Fixes bug 27185; bugfix on 0.2.2.2-alpha.
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
o Minor bugfixes (Windows, compilation):
|
|
- Silence a compilation warning on MSVC 2017 and clang-cl.
|
|
Fixes bug 27185; bugfix on 0.2.2.2-alpha.
|