mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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++;
|
||||
cur_format = va_arg (args, GstFormat);
|
||||
if (cur_format)
|
||||
va_arg (args, gint64);
|
||||
value = va_arg (args, gint64);
|
||||
}
|
||||
va_end (args);
|
||||
|
||||
|
|
Loading…
Reference in a new issue