commit 90c920f87b118ebd3d1dfe706bb438365bc591c6
parent d4e65d442694a98fb7ad87ce70e24126d74fc06e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 May 2013 19:16:39 +0000
-fix W32 warning
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/util/test_scheduler.c b/src/util/test_scheduler.c
@@ -177,6 +177,7 @@ checkShutdown ()
}
+#ifndef MINGW
static void
taskSig (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
{
@@ -202,6 +203,7 @@ checkSignal ()
GNUNET_SCHEDULER_run (&taskSig, &ok);
return ok;
}
+#endif
static void