gatomic: cast to the correct pointer sign
authorRyan Lortie <desrt@desrt.ca>
Tue, 18 Oct 2011 20:21:17 +0000 (16:21 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 18 Oct 2011 20:45:28 +0000 (16:45 -0400)
commitc9b6c3c85ac8f870ff193ae75b2bd19a7a310ec9
treebfe21cdb4cdf4462cf87b8710d7b4872f39ce778
parent4641d13770d4591ce85c5d8ffaf0484703666cc4
gatomic: cast to the correct pointer sign

In the fallback case of the g_atomic_int_ macros we had some (gint*)
casts that should have been (guint*) casts.
glib/gatomic.h