summaryrefslogtreecommitdiff
path: root/tools/delete_queue.c
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-16 10:42:44 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:45 -0600
commit162fc19f4d896c3db862f1da303823dcbe9780ec (patch)
tree36656320e462ca62575afa30931a7301162732f8 /tools/delete_queue.c
parenta4881f40d2862f193cc38f9759564370004215c4 (diff)
downloadrabbitmq-c-github-ask-162fc19f4d896c3db862f1da303823dcbe9780ec.tar.gz
Fix compiler warnings (checked clang & gcc)
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'tools/delete_queue.c')
-rw-r--r--tools/delete_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/delete_queue.c b/tools/delete_queue.c
index d9594e9..4577d74 100644
--- a/tools/delete_queue.c
+++ b/tools/delete_queue.c
@@ -57,7 +57,7 @@ int main(int argc, const char **argv)
{"if-empty", 'e', POPT_ARG_VAL, &if_empty, 1,
"do not delete unless queue is empty", NULL},
POPT_AUTOHELP
- { NULL, 0, 0, NULL, 0 }
+ { NULL, '\0', 0, NULL, 0, NULL, NULL }
};
process_all_options(argc, argv, options);