Ignore deprecation

This commit is contained in:
Přemysl Eric Janouch 2013-05-09 00:46:59 +02:00
parent 5b7af35cfa
commit 28321b72e9
1 changed files with 3 additions and 0 deletions

View File

@ -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 ();