From 28321b72e9c679bf5a8044c19f48f7ced5bb6249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 9 May 2013 00:46:59 +0200 Subject: [PATCH] Ignore deprecation --- src/test-stardict.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test-stardict.c b/src/test-stardict.c index 8f7f798..cfb58bb 100644 --- a/src/test-stardict.c +++ b/src/test-stardict.c @@ -412,8 +412,11 @@ int main (int argc, char *argv[]) { g_test_init (&argc, &argv, NULL); + +G_GNUC_BEGIN_IGNORE_DEPRECATIONS if (glib_check_version (2, 36, 0)) g_type_init (); +G_GNUC_END_IGNORE_DEPRECATIONS Dictionary *dict = dictionary_create ();