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

@@ -418,5 +418,7 @@ main (int argc,
iface = TEST_IFACE6_GET_CLASS (object);
g_assert (iface && iface->val == 0x60006 && iface->base_val == 0x660066);
g_type_class_unref (object_class);
return 0;
}