mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4458fd0cd8
This is part of what's needed to build without warnings on mingw64: it was warning about the cast from void* to long that happened in the places we were using test_{n,}eq on pointers. The alternative here would have been to broaden tt_int_op to accept a long long or an intptr_t, but that's less correct (since pointers aren't integers), and would hurt the portability of tinytest a little. Fixes part of 7260.
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
o Minor bugfixes:
|
|
- Compile on win64 using mingw64. Fixes bug 7260; patches from "yayooo".
|
|
|