mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
Hush compiler warning
When forcing a call to clutter_actor_get_type() to cache the result, ignore the returned value and hush a compiler warning.
This commit is contained in:
parent
26646d255a
commit
b333bd87f7
@ -654,6 +654,6 @@ clutter_base_init (void)
|
|||||||
|
|
||||||
/* initialise GLib type system */
|
/* initialise GLib type system */
|
||||||
g_type_init ();
|
g_type_init ();
|
||||||
clutter_actor_get_type ();
|
(void) clutter_actor_get_type ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user