[Bug 750566] goom: FTBFS: possible uninitialized variables compiler warning

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 8 15:08:19 PDT 2015


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

Luis de Bethencourt <luis at debethencourt.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #304794|none                        |committed
             status|                            |

--- Comment #7 from Luis de Bethencourt <luis at debethencourt.com> ---
Review of attachment 304794:
 --> (https://bugzilla.gnome.org/review?bug=750566&attachment=304794)

Merged.

commit e56ef6bcf09516b24ec223d67fdcb7cb89c5de1e
Author: Luis de Bethencourt <luis.bg at samsung.com>
Date:   Mon Jun 8 23:00:16 2015 +0100

    goom: possible uninitialized variables warning

    Build fails with the latest snapshot of gcc-4.9 because param1 and param2
might
    possibly be used uninitialized. They are set depending on the cases of a
switch
    statement and the compiler sees this as not a complete guarantee.
    Set them to 0 if the switch statement falls down to the default case.

    https://bugzilla.gnome.org/show_bug.cgi?id=750566#c6

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