fix warnings

This commit is contained in:
Dan Winship
2012-04-30 06:31:20 -04:00
parent c5285b3aba
commit c37273dccb
10 changed files with 22 additions and 17 deletions

View File

@@ -139,10 +139,9 @@ module_register (GTypeModule *module)
static void
test_dynamic_iface (void)
{
GTypeModule *module;
TestDynamicIfaceClass *dynamic_iface;
module = test_module_new (module_register);
test_module_new (module_register);
/* Not loaded until we call ref for the first time */
dynamic_iface = g_type_default_interface_peek (TEST_TYPE_DYNAMIC_IFACE);