rtsp: Avoid a compiler warning.
This commit is contained in:
parent
dfc57e3f8a
commit
263c5b227b
@ -742,7 +742,7 @@ gst_rtsp_message_steal_body (GstRTSPMessage * msg, guint8 ** data, guint * size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
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;
|
RTSPKeyValue *key_value = (RTSPKeyValue *) data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user