[Bug 752053] New: goom: Initialised variables to remove compiler warnings

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 7 01:38:09 PDT 2015


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

            Bug ID: 752053
           Summary: goom:  Initialised variables to remove compiler
                    warnings
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gnome-bugs at muelli.cryptobitch.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 306982
  --> https://bugzilla.gnome.org/attachment.cgi?id=306982&action=edit
patch

goom_core.c: In function 'goom_update':
goom_core.c:685:5: error: 'param2' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline2, mode, param2, amplitude,
couleur);
     ^
goom_core.c:684:5: error: 'param1' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude,
couleur);

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