mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 09:42:59 +02:00
Fix compiler warnings
This commit is contained in:
@@ -81,7 +81,7 @@ my_test_dispose (GObject * object)
|
||||
|
||||
test = MY_TEST (object);
|
||||
|
||||
g_print ("dispose %p!\n", object);
|
||||
g_print ("dispose %p!\n", test);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
}
|
||||
|
Reference in New Issue
Block a user