X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmain.c;h=28f99a9ff73b6ffbf84d340c30892b6a1bb10fc7;hb=0ae31d227347f40afc6d6c35cf8b02227781b2b4;hp=c57c7149889ad43b0ae3ca8e62b58bd5b4094588;hpb=37c23898ed6ba5068e7edf64e3c91459044629d1;p=pspp diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index c57c714988..28f99a9ff7 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2004, 2005, 2006, 2010, 2011, 2012, 2013 Free Software Foundation + Copyright (C) 2004, 2005, 2006, 2010, 2011, 2012, 2013, 2014 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -287,7 +287,12 @@ main (int argc, char *argv[]) set_program_name (argv[0]); g_mem_set_vtable (&vtable); + +#if !GLIB_CHECK_VERSION(2,32,0) + /* g_thread_init() was required before glib 2.32, but it is deprecated since + then and calling it yields a compile-time warning. */ g_thread_init (NULL); +#endif gtk_disable_setlocale ();