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:
Emmanuele Bassi 2007-05-17 12:03:31 +00:00
parent 26646d255a
commit b333bd87f7

View File

@ -654,6 +654,6 @@ clutter_base_init (void)
/* initialise GLib type system */
g_type_init ();
clutter_actor_get_type ();
(void) clutter_actor_get_type ();
}
}