From 74fcb7a804d072361051faaa884ef6071edea65a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 7 Mar 2012 11:04:18 +0100 Subject: Make use of new GLib macros to check API we are using --- libempathy-gtk/empathy-chat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index d273a3792..b98f52102 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -26,11 +26,12 @@ */ #include +/* for GCompletion */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS 1 #include #include -#undef G_DISABLE_DEPRECATED /* for GCompletion */ #include #include #include -- cgit v1.2.3