gio: remove an unneeded pragma
authorDan Winship <danw@gnome.org>
Thu, 24 Apr 2014 16:15:55 +0000 (12:15 -0400)
committerDan Winship <danw@gnome.org>
Thu, 24 Apr 2014 16:18:36 +0000 (12:18 -0400)
ddf82a25 removed the use of non-literal format strings from
gthreadedresolver.c, but left the "#pragma GCC diagnostic ignored
-Wformat-nonliteral" behind.

gio/gthreadedresolver.c

index 3bb4d08..8e8d07e 100644 (file)
@@ -503,9 +503,6 @@ g_resolver_record_type_to_rrtype (GResolverRecordType type)
   g_return_val_if_reached (-1);
 }
 
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wformat-nonliteral"
-
 static GList *
 g_resolver_records_from_res_query (const gchar      *rrname,
                                    gint              rrtype,
@@ -616,8 +613,6 @@ g_resolver_records_from_res_query (const gchar      *rrname,
     return records;
 }
 
-#pragma GCC diagnostic pop
-
 #elif defined(G_OS_WIN32)
 
 static GVariant *