From b461edabd93a0ccc31ceb1722acb29e33e739fd0 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Sat, 7 Sep 2013 18:46:50 +0100
Subject: [PATCH] Squashed warnings

---
 test/unit_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/unit_test.c b/test/unit_test.c
index d91cddf0e..7aef22cb9 100644
--- a/test/unit_test.c
+++ b/test/unit_test.c
@@ -282,7 +282,7 @@ static int log_message_cb(const struct mg_connection *conn, const char *msg) {
 
 static const struct mg_callbacks CALLBACKS = {
   &begin_request_handler_cb, NULL, &log_message_cb, NULL, NULL, NULL, NULL,
-  &open_file_cb, NULL, &upload_cb
+  &open_file_cb, NULL, &upload_cb, NULL, NULL
 };
 
 static const char *OPTIONS[] = {
-- 
GitLab