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-equation.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test-mp-equation.c') diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c index 95bb4a8..6460665 100644 --- a/src/test-mp-equation.c +++ b/src/test-mp-equation.c @@ -619,7 +619,9 @@ int main (int argc, char **argv) { setlocale(LC_ALL, "C"); +#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); +#endif test_conversions(); test_equations(); -- cgit v1.2.1