From 76265841b74cad78a60e5f960d37beb8ba854e2e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 4 Nov 2013 12:46:45 +0100 Subject: Fix some deprecations --- tests/document-output-stream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/document-output-stream.c') diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c index 033cf49a..b6a474e2 100644 --- a/tests/document-output-stream.c +++ b/tests/document-output-stream.c @@ -119,7 +119,9 @@ test_big_char () int main (int argc, char *argv[]) { +#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); +#endif g_test_init (&argc, &argv, NULL); pluma_prefs_manager_app_init (); -- cgit v1.2.1