goom: possible uninitialized variables warning
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 8 Jun 2015 22:00:16 +0000 (23:00 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 8 Jun 2015 22:06:39 +0000 (23:06 +0100)
commite56ef6bcf09516b24ec223d67fdcb7cb89c5de1e
tree31513c9e147b95e1d4707ae35b5676a1ea93ce46
parentb5d66d68ceba75988f7c035e974bd26b942386c5
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
gst/goom/goom_core.c