aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 19:16:39 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 19:16:39 +0000
commit90c920f87b118ebd3d1dfe706bb438365bc591c6 (patch)
tree5fb88f1663710b6a3030aa02c343b248ea0815ab /src/util/test_scheduler.c
parentd4e65d442694a98fb7ad87ce70e24126d74fc06e (diff)
downloadgnunet-90c920f87b118ebd3d1dfe706bb438365bc591c6.tar.gz
gnunet-90c920f87b118ebd3d1dfe706bb438365bc591c6.zip
-fix W32 warning
Diffstat (limited to 'src/util/test_scheduler.c')
-rw-r--r--src/util/test_scheduler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_scheduler.c b/src/util/test_scheduler.c
index 2a9ed2db1..50354825a 100644
--- a/src/util/test_scheduler.c
+++ b/src/util/test_scheduler.c
@@ -177,6 +177,7 @@ checkShutdown ()
177} 177}
178 178
179 179
180#ifndef MINGW
180static void 181static void
181taskSig (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 182taskSig (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
182{ 183{
@@ -202,6 +203,7 @@ checkSignal ()
202 GNUNET_SCHEDULER_run (&taskSig, &ok); 203 GNUNET_SCHEDULER_run (&taskSig, &ok);
203 return ok; 204 return ok;
204} 205}
206#endif
205 207
206 208
207static void 209static void