mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Silence some uncontroversial warnings
https://bugzilla.gnome.org/show_bug.cgi?id=711547
This commit is contained in:
@@ -294,7 +294,9 @@ handle_ip_address (const char *hostname,
|
||||
GError **error)
|
||||
{
|
||||
GInetAddress *addr;
|
||||
#ifndef G_OS_WIN32
|
||||
struct in_addr ip4addr;
|
||||
#endif
|
||||
|
||||
addr = g_inet_address_new_from_string (hostname);
|
||||
if (addr)
|
||||
|
Reference in New Issue
Block a user