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