[Bug 754214] New: unused variable warnings

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 27 18:36:34 PDT 2015


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

            Bug ID: 754214
           Summary: unused variable warnings
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: joybro201 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Some variables are used only in assert statements and cause compile warnings
when NDEBUG is given.

sprinkle.c:212:12: error: variable ‘linked’ set but not used
[-Werror=unused-but-set-variable]
sprinkle3.c:244:12: error: variable ‘res’ set but not used
[-Werror=unused-but-set-variable]
sprinkle2.c:231:12: error: variable ‘res’ set but not used
[-Werror=unused-but-set-variable]
test-overlay-blending.c:94:20: error: variable ‘decomp_res’ set but not used
[-Werror=unused-but-set-variable]

-- 
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