aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-06 15:59:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-06 15:59:32 +0000
commit6e00a1bd69bc34b850665835ba9d730caa61e832 (patch)
tree6f1bc8e27dc95b3d24e4e7f4dd6d2a2524933cc4 /src
parent1b130a115ce60a5d567f721e5e1b2d56f8336e29 (diff)
downloadgnunet-6e00a1bd69bc34b850665835ba9d730caa61e832.tar.gz
gnunet-6e00a1bd69bc34b850665835ba9d730caa61e832.zip
-fix warning
Diffstat (limited to 'src')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 7be48d0f9..697652c39 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -353,7 +353,7 @@ runone ()
353 353
354 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, 354 read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL,
355 stdout_read_handle, &read_call, 355 stdout_read_handle, &read_call,
356 stdout_read_handle); 356 (void*) stdout_read_handle);
357} 357}
358 358
359static void 359static void