* fix a few compiler warnings

This commit is contained in:
djcb
2013-05-13 22:30:27 +03:00
parent ba2a56a9dd
commit 4174ac7ed2
4 changed files with 11 additions and 1 deletions

View File

@ -81,7 +81,10 @@ mu_runtime_init (const char* muhome_arg, const char *name)
g_return_val_if_fail (name, FALSE);
setlocale (LC_ALL, "");
#ifndef GLIB_VERSION_2_36
g_type_init ();
#endif /*GLIB_VERSION_2_36*/
if (muhome_arg)
muhome = g_strdup (muhome_arg);