From 301c69e2c0dbcfd08177eccdd9adc5a9f29f25c1 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 21 Jan 2013 17:17:36 +0100 Subject: build-sys: g_type_init() is deprecated since 2.36 --- tests/testrecord.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testrecord.c') diff --git a/tests/testrecord.c b/tests/testrecord.c index 1542204..39cc275 100644 --- a/tests/testrecord.c +++ b/tests/testrecord.c @@ -435,7 +435,9 @@ static void test_fieldzero (void) void main () { +#if !GLIB_CHECK_VERSION(2,35,1) g_type_init (); +#endif test_msirecord (); test_MsiRecordGetString (); -- cgit