mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Silence a warning
This commit is contained in:
parent
f3ed45cbfb
commit
973b4b8442
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* tests/tree-test.c: Silence a warning
|
||||||
|
|
||||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib.symbols:
|
* glib/glib.symbols:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* tests/tree-test.c: Silence a warning
|
||||||
|
|
||||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib.symbols:
|
* glib/glib.symbols:
|
||||||
|
@ -206,7 +206,7 @@ main (int argc,
|
|||||||
|
|
||||||
g_tree_destroy (tree);
|
g_tree_destroy (tree);
|
||||||
|
|
||||||
tree = g_tree_new_full (my_compare, NULL,
|
tree = g_tree_new_full ((GCompareDataFunc)my_compare, NULL,
|
||||||
my_key_destroy,
|
my_key_destroy,
|
||||||
my_value_destroy);
|
my_value_destroy);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user