Avoid a deprecation warning
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Jan 2014 13:21:50 +0000 (08:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Jan 2014 13:21:50 +0000 (08:21 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=711547

glib/gwin32.c

index 67cfd1d..0cc1181 100644 (file)
@@ -463,7 +463,9 @@ g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
   gchar *prefix;
   gchar *dirname;
 
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   prefix = g_win32_get_package_installation_directory_utf8 (package, dll_name);
+G_GNUC_END_IGNORE_DEPRECATIONS
 
   dirname = g_build_filename (prefix, subdir, NULL);
   g_free (prefix);