add uint* -> int* casts in g_atomic_int calls to avoid gcc warnings
authorDan Winship <danw@src.gnome.org>
Fri, 26 Sep 2008 16:00:33 +0000 (16:00 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 26 Sep 2008 16:00:33 +0000 (16:00 +0000)
commit7afe2bb07a5ab089083d4193f4a1b0bc1591f282
treef1beb64497dff700194c26e07d3ef54309374418
parent5360907e9e777f2dee34f933b7cd5898709255de
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
gobject/ChangeLog
gobject/gobject.c
gobject/gparam.c
gobject/gsignal.c