From 5e27c642d0f755771873254c936261126d20deb8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 28 Oct 2013 11:17:47 +0100 Subject: Fix g_type_init deprecations --- src/test-mp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test-mp.c') diff --git a/src/test-mp.c b/src/test-mp.c index a750f2a..2b976ac 100644 --- a/src/test-mp.c +++ b/src/test-mp.c @@ -229,7 +229,9 @@ int main (int argc, char **argv) { setlocale(LC_ALL, "C"); +#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); +#endif test_mp(); test_numbers(); -- cgit v1.2.1