diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-11-06 15:59:32 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-11-06 15:59:32 +0000 |
commit | 6e00a1bd69bc34b850665835ba9d730caa61e832 (patch) | |
tree | 6f1bc8e27dc95b3d24e4e7f4dd6d2a2524933cc4 /src/util/test_common_logging_runtime_loglevels.c | |
parent | 1b130a115ce60a5d567f721e5e1b2d56f8336e29 (diff) |
-fix warning
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r-- | src/util/test_common_logging_runtime_loglevels.c | 2 |
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 7be48d0f90..697652c39b 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -353,7 +353,7 @@ runone () read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, stdout_read_handle, &read_call, - stdout_read_handle); + (void*) stdout_read_handle); } static void |