Add a little cast to make forte happy

Original commit message from CVS:
Add a little cast to make forte happy
This commit is contained in:
Wim Taymans 2002-11-29 18:34:32 +00:00
parent 025554e343
commit 95d4c6fdf1

View file

@ -226,7 +226,7 @@ G_STMT_START { \
tmp = (swap)->value; \
tmp2 = val; \
(swap)->value = (gpointer)*tmp2; \
(*res) = (gpointer)*tmp2 = tmp; \
(*res) = (gpointer)*tmp2 = (gint*)tmp; \
g_mutex_unlock ((swap)->lock); \
} \
} G_STMT_END