This website requires JavaScript.
Explore
Help
Register
Sign In
nihilist
/
tor
Watch
1
Star
0
Fork
0
You've already forked tor
mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced
2024-11-11 05:33:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4458fd0cd8
tor
/
changes
/
bug7260
4 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Compile (with warnings) with mingw64 Patch from yayooo for bug 7260, forward-ported to 0.2.4.
2012-11-02 18:48:29 +01:00
o Minor bugfixes:
- Compile on win64 using mingw64. Fixes bug 7260; patches from "yayooo".
In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently 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.
2012-11-02 19:32:05 +01:00
Reference in New Issue
Copy Permalink