Avoid some compiler warnings

This commit is contained in:
Matthias Clasen 2011-09-09 23:42:47 -04:00
parent 644ab6a7d3
commit 66a1dfc84f

View File

@ -256,6 +256,9 @@ main (int argc,
g_type_init (); g_type_init ();
address = NULL;
connection = NULL;
context = g_option_context_new (" <hostname>[:port] - Test GSocket client stuff"); context = g_option_context_new (" <hostname>[:port] - Test GSocket client stuff");
g_option_context_add_main_entries (context, cmd_entries, NULL); g_option_context_add_main_entries (context, cmd_entries, NULL);
if (!g_option_context_parse (context, &argc, &argv, &error)) if (!g_option_context_parse (context, &argc, &argv, &error))