mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
add uint* -> int* casts in g_atomic_int calls to avoid gcc warnings
* gobject.c (g_object_ref, g_object_unref) (g_object_freeze_notify, g_object_notify, g_object_thaw_notify): * gparam.c (g_param_spec_ref, g_param_spec_unref): * gsignal.c (handler_ref, handler_unref_R): add uint* -> int* casts in g_atomic_int calls to avoid gcc warnings svn path=/trunk/; revision=7551
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-09-26 Dan Winship <danw@gnome.org>
|
||||
|
||||
* gobject.c (g_object_ref, g_object_unref)
|
||||
(g_object_freeze_notify, g_object_notify, g_object_thaw_notify):
|
||||
* gparam.c (g_param_spec_ref, g_param_spec_unref):
|
||||
* gsignal.c (handler_ref, handler_unref_R): add uint* -> int*
|
||||
casts in g_atomic_int calls to avoid gcc warnings
|
||||
|
||||
2008-09-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.18.1 ===
|
||||
|
Reference in New Issue
Block a user