[Bug 793592] crtp-server: compilation error with clang

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 19 11:00:59 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793592

--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 368553
  --> https://bugzilla.gnome.org/attachment.cgi?id=368553&action=edit
rtp-server: remove redefined variable

res is a boolean variable which is defined in the function scope and
redefined, with no reason, in the loop scope. This patch removes the
redefinition.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list