aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 19:18:32 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 19:18:40 +0100
commit0baf3c103e55a8227de32a6d43afd749538bb1a5 (patch)
tree01492d52158eea25e42b505a08a124f633813d33 /src/util/os_priority.c
parente7e3572182bf2a0d51ae449abeee0fabbb18a0b4 (diff)
downloadgnunet-0baf3c103e55a8227de32a6d43afd749538bb1a5.tar.gz
gnunet-0baf3c103e55a8227de32a6d43afd749538bb1a5.zip
fix misc compiler warnings
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 2c4f7ca09..98998b520 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -154,6 +154,7 @@ GNUNET_OS_install_parent_control_handler (void *cls)
154 struct GNUNET_DISK_FileHandle *control_pipe; 154 struct GNUNET_DISK_FileHandle *control_pipe;
155 uint64_t pipe_fd; 155 uint64_t pipe_fd;
156 156
157 (void) cls;
157 if (NULL != pch) 158 if (NULL != pch)
158 { 159 {
159 /* already done, we've been called twice... */ 160 /* already done, we've been called twice... */