mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
rtsp: Avoid a compiler warning.
This commit is contained in:
parent
dfc57e3f8a
commit
263c5b227b
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ gst_rtsp_message_steal_body (GstRTSPMessage * msg, guint8 ** data, guint * size)
|
|||
}
|
||||
|
||||
static void
|
||||
dump_key_value (gpointer data, gpointer user_data)
|
||||
dump_key_value (gpointer data, gpointer user_data G_GNUC_UNUSED)
|
||||
{
|
||||
RTSPKeyValue *key_value = (RTSPKeyValue *) data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue