aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-12-26 12:13:47 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-12-27 09:47:41 +0100
commit9ecf133686c8907baec2292ca612ee11aa18406e (patch)
tree58ab4df2a31b975f4eb7d18689cc66cb4b2a0d8e /src/test
parente895919b171029df4d38285b0be4483376b4ad25 (diff)
downloadtor-9ecf133686c8907baec2292ca612ee11aa18406e.tar.gz
tor-9ecf133686c8907baec2292ca612ee11aa18406e.zip
Fix compile wanrings revealed by gcc 4.5 on mingw
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c
index a14d548b8e..d28fc9cafc 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -1200,6 +1200,7 @@ static void
test_util_load_win_lib(void *ptr)
{
HANDLE h = load_windows_system_library("advapi32.dll");
+ (void) ptr;
tt_assert(h);
done: