mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Fix stupid compiler warning
Original commit message from CVS: Fix stupid compiler warning
This commit is contained in:
parent
8667d4da47
commit
cc7cebbead
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ gst_cache_add_association (GstCache *tc, gint id, GstAssocFlags flags,
|
||||||
nassocs++;
|
nassocs++;
|
||||||
cur_format = va_arg (args, GstFormat);
|
cur_format = va_arg (args, GstFormat);
|
||||||
if (cur_format)
|
if (cur_format)
|
||||||
va_arg (args, gint64);
|
value = va_arg (args, gint64);
|
||||||
}
|
}
|
||||||
va_end (args);
|
va_end (args);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue