[glib] Silence a deprecation warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Silence a deprecation warning
- Date: Mon, 30 Jan 2012 19:18:36 +0000 (UTC)
commit 5ae5fc85f40bd5dbc405c37b6dff6992e717e5f5
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 30 14:18:07 2012 -0500
Silence a deprecation warning
Advantage of the new deprecation handling: there's pragmas
to shut them up locally.
gio/giomodule.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/giomodule.c b/gio/giomodule.c
index c7b16f8..9c3fdf0 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -823,8 +823,11 @@ _g_io_modules_ensure_extension_points_registered (void)
#ifdef G_OS_UNIX
#if !GLIB_CHECK_VERSION (3, 0, 0)
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
ep = g_io_extension_point_register (G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME);
g_io_extension_point_set_required_type (ep, G_TYPE_DESKTOP_APP_INFO_LOOKUP);
+#pragma GCC diagnostic pop
#endif
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]