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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 7 03:19:22 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.3

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 6faeb751708730a19f2ac9322b62afa4b086cc57
Author: Tobias Mueller <muelli at cryptobitch.de>
Date:   Thu Jul 2 08:52:43 2015 +0200

    goom: Initialised variables to remove compiler warnings

    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);
         ^

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

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