From 66a1dfc84facad7e233b8cfeb4772bb243ea5923 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Sep 2011 23:42:47 -0400 Subject: [PATCH] Avoid some compiler warnings --- gio/tests/socket-client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/tests/socket-client.c b/gio/tests/socket-client.c index 578b0c8..d2c74e8 100644 --- a/gio/tests/socket-client.c +++ b/gio/tests/socket-client.c @@ -256,6 +256,9 @@ main (int argc, g_type_init (); + address = NULL; + connection = NULL; + context = g_option_context_new (" [:port] - Test GSocket client stuff"); g_option_context_add_main_entries (context, cmd_entries, NULL); if (!g_option_context_parse (context, &argc, &argv, &error)) -- 2.7.4