aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7260
Commit message (Expand)AuthorAge
* 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. Nick Mathewson2012-11-02
* Compile (with warnings) with mingw64•••Patch from yayooo for bug 7260, forward-ported to 0.2.4. Nick Mathewson2012-11-02