[Bug 752747] New: Fix error on release builds when compiling with "-Werror=unused-but-set-variable".
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 22 16:36:47 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752747
Bug ID: 752747
Summary: Fix error on release builds when compiling with
"-Werror=unused-but-set-variable".
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: darren.garvey at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 307944
--> https://bugzilla.gnome.org/attachment.cgi?id=307944&action=edit
Fix error on release builds when compiling with
"-Werror=unused-but-set-variable".
This is a simple fix for release builds where the `assert(had_client)` call is
compiled out and as such `had_client` is unused but set.
--
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