mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Avoid a deprecation warning
https://bugzilla.gnome.org/show_bug.cgi?id=711547
This commit is contained in:
parent
7463bc1727
commit
b4474c0b6b
@ -463,7 +463,9 @@ g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
|
|||||||
gchar *prefix;
|
gchar *prefix;
|
||||||
gchar *dirname;
|
gchar *dirname;
|
||||||
|
|
||||||
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||||
prefix = g_win32_get_package_installation_directory_utf8 (package, dll_name);
|
prefix = g_win32_get_package_installation_directory_utf8 (package, dll_name);
|
||||||
|
G_GNUC_END_IGNORE_DEPRECATIONS
|
||||||
|
|
||||||
dirname = g_build_filename (prefix, subdir, NULL);
|
dirname = g_build_filename (prefix, subdir, NULL);
|
||||||
g_free (prefix);
|
g_free (prefix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user