mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Avoid some compiler warnings
This commit is contained in:
parent
644ab6a7d3
commit
66a1dfc84f
@ -256,6 +256,9 @@ main (int argc,
|
||||
|
||||
g_type_init ();
|
||||
|
||||
address = NULL;
|
||||
connection = NULL;
|
||||
|
||||
context = g_option_context_new (" <hostname>[:port] - Test GSocket client stuff");
|
||||
g_option_context_add_main_entries (context, cmd_entries, NULL);
|
||||
if (!g_option_context_parse (context, &argc, &argv, &error))
|
||||
|
Loading…
Reference in New Issue
Block a user