mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
fix cmopiler warnings. check (de)initialization code.
This commit is contained in:
@@ -52,7 +52,7 @@ gplugin_a_module_func (GModule *module)
|
||||
g_print ("GPluginA: retrive symbol `%s' from \"%s\"\n",
|
||||
string,
|
||||
g_basename (g_module_name (module)));
|
||||
if (!g_module_symbol (module, string, &f))
|
||||
if (!g_module_symbol (module, string, (gpointer) &f))
|
||||
{
|
||||
g_print ("error: %s\n", g_module_error ());
|
||||
exit (1);
|
||||
|
Reference in New Issue
Block a user