mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
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:
parent
025554e343
commit
95d4c6fdf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue